diff options
| author | George Hazan <ghazan@miranda.im> | 2018-08-15 14:31:56 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-08-15 14:31:56 +0300 |
| commit | 0026f0f655e1bb5a39a81f56ed40672926208290 (patch) | |
| tree | 55aca31c0364b152a7b93553fdd656f4750fb9b2 /include | |
| parent | ee57c7fe7f30f82a2a2c637125ce3ee31d008576 (diff) | |
Import: ability to check duplicates during a contact import
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_import.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_import.h b/include/m_import.h index 6bad5491d6..6124393d13 100644 --- a/include/m_import.h +++ b/include/m_import.h @@ -48,6 +48,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_SYS_SETTINGS 0x00004000 #define IOPT_COMPLETE 0x00007FFE +#define IOPT_CHECKDUPS 0x00010000 + struct MImportOptions { const wchar_t *pwszFileName; |
