From 66fe416457e3e71943044a1749d319d4f0c5e45f Mon Sep 17 00:00:00 2001 From: 7 Date: Wed, 17 Oct 2001 22:59:15 +0000 Subject: Use '.' as the inbox name for filter new messages test. 2001-10-17 * providers/local/camel-maildir-folder.c (camel_maildir_folder_new): Use '.' as the inbox name for filter new messages test. svn path=/trunk/; revision=13742 --- camel/ChangeLog | 4 ++++ camel/providers/local/camel-maildir-folder.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index d638cf6671..2387fd091d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-10-17 + * providers/local/camel-maildir-folder.c + (camel_maildir_folder_new): Use '.' as the inbox name for filter + new messages test. + * camel-store.c (camel_folder_info_clone): New function to clone a folderinfo tree. diff --git a/camel/providers/local/camel-maildir-folder.c b/camel/providers/local/camel-maildir-folder.c index 48eb510219..8bd8229237 100644 --- a/camel/providers/local/camel-maildir-folder.c +++ b/camel/providers/local/camel-maildir-folder.c @@ -112,7 +112,7 @@ camel_maildir_folder_new(CamelStore *parent_store, const char *full_name, guint3 folder = (CamelFolder *)camel_object_new(CAMEL_MAILDIR_FOLDER_TYPE); if (parent_store->flags & CAMEL_STORE_FILTER_INBOX - && strcmp(full_name, "") == 0) + && strcmp(full_name, ".") == 0) folder->folder_flags |= CAMEL_FOLDER_FILTER_RECENT; folder = (CamelFolder *)camel_local_folder_construct((CamelLocalFolder *)folder, -- cgit v1.2.3