diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-11 14:08:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-11 14:08:04 +0800 |
commit | 26db788bff672e61505b18df26e491a7a0000f84 (patch) | |
tree | 3b916dfec6f85e1ffb8213d7d3f9d899829eea0c /camel/ChangeLog | |
parent | 5857dc2c50a3f5d1b07c97c5a43482c75148ad01 (diff) | |
download | gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.tar gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.tar.gz gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.tar.bz2 gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.tar.lz gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.tar.xz gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.tar.zst gsoc2013-evolution-26db788bff672e61505b18df26e491a7a0000f84.zip |
(camel_imap4_summary_flush_updates): Added some logic to
distinguish between EXISTS value changing because it changed and
because messages got expunged.
svn path=/trunk/; revision=26302
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1b4b290185..cb94e4a994 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -15,6 +15,9 @@ were removed or otherwise updated. (camel_imap4_summary_expunge): Use seqid-1 to determine the actual summary index. + (camel_imap4_summary_flush_updates): Added some logic to + distinguish between EXISTS value changing because it changed and + because messages got expunged. * providers/imap4/camel-imap4-folder.c (imap4_sync): Flush updates after an EXPUNGE and don't unset expunge if we didn't delete |