diff options
Diffstat (limited to 'camel/camel-folder.h')
-rw-r--r-- | camel/camel-folder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-folder.h b/camel/camel-folder.h index 74fc5aa205..7380ecb7a6 100644 --- a/camel/camel-folder.h +++ b/camel/camel-folder.h @@ -104,7 +104,7 @@ struct _CamelFolder #define CAMEL_FOLDER_HAS_BEEN_DELETED (1<<3) #define CAMEL_FOLDER_IS_TRASH (1<<4) #define CAMEL_FOLDER_IS_JUNK (1<<5) -#define CAMEL_FOLDER_SUPRESS_JUNK_TEST (1<<6) +#define CAMEL_FOLDER_FILTER_JUNK (1<<6) typedef struct { CamelObjectClass parent_class; |