Added new maildir flags D for draft and commented P for forwarded.
authorNot Zed <NotZed@Ximian.com>
Fri, 26 Mar 2004 05:23:46 +0000 (05:23 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Fri, 26 Mar 2004 05:23:46 +0000 (05:23 +0000)
commite597019bc7b17554a30a15ab0b3ae76a9622a445
treec964d03234dd2a3b20078ef7589d6937b6cb4271
parent38a67c4410bf2eaedc74c5f4403ea175a3ad8922
Added new maildir flags D for draft and commented P for forwarded.

2004-03-26  Not Zed  <NotZed@Ximian.com>

        * providers/local/camel-maildir-summary.c (flagbits[]): Added new
        maildir flags D for draft and commented P for forwarded.

        * providers/imap/camel-imap-store.c (get_folder_counts): Instead
        of looking up the folder in the object bag which will handle
        reservations and perhaps deadlock, just get the list of opened
        folders and use them if they're available.  Should fix #56045.
camel/ChangeLog
camel/providers/imap/camel-imap-store.c
camel/providers/local/camel-maildir-summary.c