sync with 0.8.3cvs5
[claws.git] / src / inc.c
index 7f5ce9c1bd670e83f092146fd2dcca35beace2c6..f39bc5aa50a6c77262accf7a2e1267cd46952fec 100644 (file)
--- a/src/inc.c
+++ b/src/inc.c
@@ -989,7 +989,8 @@ gint inc_drop_message(const gchar *file, Pop3State *state)
                                filter_get_dest_folder(prefs_common.fltlist, file);
                        if (!dropfolder) dropfolder = inbox;
                        else if (!strcmp(dropfolder->path, FILTER_NOT_RECEIVE)) {
-                               g_warning(_("a message won't be received\n"));
+                               debug_print("a message won't be received\n");
+                               unlink(file);
                                return 1;
                        }
                } else