commit 8549b2a6cb15d0b3bbeef6284e7c3bda7ea3d0a7
parent c483d06ee33be8a2112116c3156411d98ee717fc
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Fri, 19 Jun 2015 17:33:49 +0200
The "mark_as_spam" filtering action does not move message.
The alternative was to rename the action to
"mark_as_spam_and_move_to_spam_folder".
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/filtering.c b/src/filtering.c
@@ -399,10 +399,6 @@ static gboolean filteringaction_apply(FilteringAction * action, MsgInfo * info)
FLUSH_COPY_IF_NEEDED(info);
procmsg_spam_learner_learn(info, NULL, TRUE);
procmsg_msginfo_change_flags(info, MSG_SPAM, 0, MSG_NEW|MSG_UNREAD, 0);
- if (procmsg_spam_get_folder(info)) {
- info->filter_op = IS_MOVE;
- info->to_filter_folder = procmsg_spam_get_folder(info);
- }
return TRUE;
case MATCHACTION_MARK_AS_HAM: