Do not consider "mark_as_spam" as a final action, since it does not move the marked...
authorAndrej Kacian <ticho@claws-mail.org>
Thu, 18 Jan 2018 20:13:46 +0000 (21:13 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Thu, 18 Jan 2018 20:13:46 +0000 (21:13 +0100)
Fixes Bug 3919 - manual filtering does not move spam

src/filtering.c

index 8d57f09743200fc1c2d692a637871f9e82497cc4..d0f0e838e673fb2d57da20e7eeec972d98dca6c0 100644 (file)
@@ -784,7 +784,6 @@ static gboolean filtering_is_final_action(FilteringAction *filtering_action)
        case MATCHACTION_MOVE:
        case MATCHACTION_DELETE:
        case MATCHACTION_STOP:
-       case MATCHACTION_MARK_AS_SPAM:
                return TRUE; /* MsgInfo invalid for message */
        default:
                return FALSE;