diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-13 04:05:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-13 04:05:08 +0800 |
commit | 22c5c0a25a6036dbb4ee68fce00563a31af6b0cb (patch) | |
tree | 3c60cb34c26f05270a847868852b6721f7d6d38b /camel/ChangeLog | |
parent | 5a0f1a50cccee6794ca787f4db0cce8e67c7cf51 (diff) | |
download | gsoc2013-evolution-22c5c0a25a6036dbb4ee68fce00563a31af6b0cb.tar.gz gsoc2013-evolution-22c5c0a25a6036dbb4ee68fce00563a31af6b0cb.tar.zst gsoc2013-evolution-22c5c0a25a6036dbb4ee68fce00563a31af6b0cb.zip |
Ignore PERMANENTFLAGS if it gives us an empty set. Works around broken
2004-05-12 Jeffrey Stedfast <fejj@novell.com>
* providers/imap/camel-imap-folder.c (camel_imap_folder_selected):
Ignore PERMANENTFLAGS if it gives us an empty set. Works around
broken IMAP servers like the one in bug #58355.
svn path=/trunk/; revision=25889
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 175d6f392d..40f649d5e0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-05-12 Jeffrey Stedfast <fejj@novell.com> + + * providers/imap/camel-imap-folder.c (camel_imap_folder_selected): + Ignore PERMANENTFLAGS if it gives us an empty set. Works around + broken IMAP servers like the one in bug #58355. + 2004-05-12 Not Zed <NotZed@Ximian.com> * camel-folder-search.c (search_threads): changed to match_threads. |