diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-21 06:33:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-21 06:33:40 +0800 |
commit | 5d477147b7b0725c28a09a037e101266c2f8ed3f (patch) | |
tree | d42b3c3864479a83f634e8887b7e148bab628e28 /camel/ChangeLog | |
parent | b07386e871e4e14eb45757d939b835a529e845f4 (diff) | |
download | gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.tar gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.tar.gz gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.tar.bz2 gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.tar.lz gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.tar.xz gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.tar.zst gsoc2013-evolution-5d477147b7b0725c28a09a037e101266c2f8ed3f.zip |
now parses flags gotten from the IMAP server correctly
svn path=/trunk/; revision=3654
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c078eb8fa0..6b4a0ef95e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -10,6 +10,8 @@ (imap_sync): Added code to set flags on messages that have had their flags changed (however I #if'd it out until we are more confidant in the IMAP code :) + (imap_summary_get_by_uid): Now parese flags correctly. + (imap_get_summary): Now parese flags correctly. * camel-url.c (check_equal): No need to check s1 if s2 is NULL (camel_url_equal): Don't check the passwd component of the url. |