From 7a9e11b310999b479a1fb2630a1df171e658360c Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 7 Oct 2009 09:32:34 +0000 Subject: fixed a bug that MIME flag was not properly set on receiving. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2275 ee746299-78ed-0310-b773-934348b2243d --- src/inc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 && -- cgit v1.2.3