diff src/dupe.h @ 264:1015282898fe

Add the possibility to match duplicates on the name but ignoring the case. A new item was added to types of match combo box in the Find duplicates dialog.
author zas_
date Mon, 07 Apr 2008 18:52:54 +0000
parents f6e307c7bad6
children ddabc4873a3f
line wrap: on
line diff
--- a/src/dupe.h	Mon Apr 07 08:09:39 2008 +0000
+++ b/src/dupe.h	Mon Apr 07 18:52:54 2008 +0000
@@ -28,7 +28,8 @@
 	DUPE_MATCH_SIM_HIGH = 1 << 6,	/* similarity */
 	DUPE_MATCH_SIM_MED  = 1 << 7,
 	DUPE_MATCH_SIM_LOW  = 1 << 8,
-	DUPE_MATCH_SIM_CUSTOM = 1 << 9
+	DUPE_MATCH_SIM_CUSTOM = 1 << 9,
+	DUPE_MATCH_NAME_CI = 1 << 10	/* same as name, but case insensitive */
 } DupeMatchType;
 
 typedef struct _DupeItem DupeItem;