aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/inc.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e54e879a..fae20636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-10-07
+ * src/inc.c: inc_drop_message(): fixed a bug that MIME flag was not
+ properly set on receiving.
+
+2009-10-07
+
* libsylph/mh.c: mh_get_mtime(): fixed memory leak.
Added global locks to each functions.
diff --git a/src/inc.c b/src/inc.c
index 5dfbd8af..17b9cf62 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -1220,6 +1220,7 @@ static gint inc_drop_message(Pop3Session *session, const gchar *file)
gdk_threads_leave();
return DROP_ERROR;
}
+ fltinfo->flags = msginfo->flags;
msginfo->file_path = g_strdup(file);
if (prefs_common.enable_junk &&