diff options
Diffstat (limited to 'include/m_import.h')
-rw-r--r-- | include/m_import.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/m_import.h b/include/m_import.h index 2da63b215d..6bad5491d6 100644 --- a/include/m_import.h +++ b/include/m_import.h @@ -40,12 +40,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_FILERECV 0x00000100 #define IOPT_OTHERSENT 0x00000200 #define IOPT_OTHERRECV 0x00000400 +#define IOPT_HISTORY 0x000007FE + #define IOPT_SYSTEM 0x00000800 #define IOPT_CONTACTS 0x00001000 #define IOPT_GROUPS 0x00002000 #define IOPT_SYS_SETTINGS 0x00004000 - -#define IOPT_HISTORY 0x000007FE +#define IOPT_COMPLETE 0x00007FFE struct MImportOptions { |