diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-23 04:33:00 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-23 04:33:00 +0800 |
commit | 7706c0163b753b4f71b367786f0e20ba9bcd0896 (patch) | |
tree | ce3112ec2ee638ec4891fa4d66f708391c16a693 /camel/ChangeLog | |
parent | 4369c400fc801eef03a6fdda2b5256972f018246 (diff) | |
download | gsoc2013-evolution-7706c0163b753b4f71b367786f0e20ba9bcd0896.tar.gz gsoc2013-evolution-7706c0163b753b4f71b367786f0e20ba9bcd0896.tar.zst gsoc2013-evolution-7706c0163b753b4f71b367786f0e20ba9bcd0896.zip |
When getting the top-level folder list, include INBOX even if it's not
* providers/imap/camel-imap-store.c (get_folder_info): When
getting the top-level folder list, include INBOX even if it's not
subscribed. Don't show subscribed folders outside of the given
namespace. Do a better job of pruning the namespace from the
returned folder tree.
svn path=/trunk/; revision=7131
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a13109fe80..3a2563fefc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-12-22 Dan Winship <danw@helixcode.com> + + * providers/imap/camel-imap-store.c (get_folder_info): When + getting the top-level folder list, include INBOX even if it's not + subscribed. Don't show subscribed folders outside of the given + namespace. Do a better job of pruning the namespace from the + returned folder tree. + 2000-12-21 Dan Winship <danw@helixcode.com> * providers/imap/camel-imap-search.c: New CamelFolderSearch |