aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-folder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index b2f6361863..c04fbb38f9 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -275,7 +275,7 @@ imap_init (CamelFolder *folder, CamelStore *parent_store, CamelFolder *parent_fo
CAMEL_IMAP_STORE (store)->current_folder = NULL;
} else {
- /* parse the mode we opened it in and set as current mailbox */
+ /* set as current mailbox */
CAMEL_IMAP_STORE (store)->current_folder = folder;
}
g_free (result);
@@ -301,7 +301,7 @@ imap_sync (CamelFolder *folder, gboolean expunge, CamelException *ex)
flags = g_strconcat (info->flags & CAMEL_MESSAGE_SEEN ? "\\Seen " : "",
info->flags & CAMEL_MESSAGE_DRAFT ? "\\Draft " : "",
info->flags & CAMEL_MESSAGE_DELETED ? "\\Deleted " : "",
- info->flags & CAMEL_MESSAGE_DELETED ? "\\Answered " : "",
+ info->flags & CAMEL_MESSAGE_ANSWERED ? "\\Answered " : "",
NULL);
if (*flags) {
gchar *result;
it/cgit.cgi/freebsd-ports-gnome/commit/audio/linux-f8-esound?h=gnome-3.24&id=e6630193afadc0f9f6fad993202ab2c0056ed2f3'>NOT_FOR_ARCH=amd64 is absolete here.bsam2006-11-071-2/+0 * 1. Upgrade linux infrostructure ports from FC3 to FC4.bsam2006-07-103-22/+21 * - convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]netchild2006-05-024-90/+14 * - update to 0.2.35netchild2005-12-033-64/+38