aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-utils.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-23 04:23:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-23 04:23:16 +0800
commit808e179d48cc2f3f7400b5007949064b147db7e4 (patch)
treeedc6cf1f12781bbfbc6c6d92adad4dea63bec6b1 /camel/providers/imap/camel-imap-utils.c
parentd05a75a2b84c23d1f94233c14a632898663f28d1 (diff)
downloadgsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.gz
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.bz2
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.lz
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.xz
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.tar.zst
gsoc2013-evolution-808e179d48cc2f3f7400b5007949064b147db7e4.zip
If current_folder is not NULL and the summary for that folder is dirty,
2002-08-22 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (imap_noop): If current_folder is not NULL and the summary for that folder is dirty, sync the flags rather than sending a NOOP. svn path=/trunk/; revision=17842
Diffstat (limited to 'camel/providers/imap/camel-imap-utils.c')
-rw-r--r--camel/providers/imap/camel-imap-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-utils.c b/camel/providers/imap/camel-imap-utils.c
index e07d1ccac3..4f0f9f143b 100644
--- a/camel/providers/imap/camel-imap-utils.c
+++ b/camel/providers/imap/camel-imap-utils.c
@@ -380,7 +380,7 @@ imap_parse_list_response (CamelImapStore *store, const char *buf, int *flags, ch
* can ya do when ya got the ignorance of marketing breathing
* down your neck?)
*/
- if (is_lsub && !strcasecmp (mailbox, "INBOX"))
+ if (is_lsub && flags && !strcasecmp (mailbox, "INBOX"))
*flags &= ~CAMEL_FOLDER_NOSELECT;
*folder = mailbox;