aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-15 07:09:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-15 07:09:25 +0000
commit9479896ab983f25c77dbfc6b1847b46ba847e352 (patch)
treefa7c62230d757cb19fc4edf2773a2ab06e13e640 /src/compose.c
parentb3f0c2e205e0959c4d6287b02c9eb8a4d4af026a (diff)
generate cache on adding messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2253 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.c')
-rw-r--r--src/compose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compose.c b/src/compose.c
index 80ef48bf..69ec4844 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2008 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -4059,7 +4059,7 @@ static gint compose_queue(Compose *compose, const gchar *file)
GSList *cur;
gchar buf[BUFFSIZE];
gint num;
- MsgFlags flag = {0, 0};
+ MsgFlags flag = {0, MSG_QUEUED};
debug_print(_("queueing message...\n"));
g_return_val_if_fail(compose->to_list != NULL ||