diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-06-17 11:11:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-17 11:11:23 +0800 |
commit | 0739243df1de03712395d29001efc6a0613231b9 (patch) | |
tree | c065191377d222397349959e35aa5374d6289c49 /camel/ChangeLog | |
parent | 4318f82f0381150d57789dc9b707bf0ca448f0b3 (diff) | |
download | gsoc2013-evolution-0739243df1de03712395d29001efc6a0613231b9.tar.gz gsoc2013-evolution-0739243df1de03712395d29001efc6a0613231b9.tar.zst gsoc2013-evolution-0739243df1de03712395d29001efc6a0613231b9.zip |
Only force a re-update of all FLAGS if this folder wasn't in the SELECTED
2004-06-16 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-folder.c (imap4_refresh_info): Only
force a re-update of all FLAGS if this folder wasn't in the
SELECTED state. Otherwise, simply send a NOOP.
svn path=/trunk/; revision=26372
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bad3959169..447a1cc93f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2004-06-16 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap4/camel-imap4-folder.c (imap4_refresh_info): Only + force a re-update of all FLAGS if this folder wasn't in the + SELECTED state. Otherwise, simply send a NOOP. + * providers/imap4/camel-imap4-summary.c: Added a 'first' member to the imap_fetch_all_t struct so we can use that as a base offset in our GPtrArray, allowing us to limit resource consumption which |