talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 4302636fb7a93c42287ffc9c37862bd21e29dc2c
parent f5d5f25a73b939308557b6e1be1a6e098f2d8451
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Thu, 18 Jan 2018 21:13:46 +0100

Do not consider "mark_as_spam" as a final action, since it does not move the marked message.

Fixes Bug 3919 - manual filtering does not move spam

Diffstat:
Msrc/filtering.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/filtering.c b/src/filtering.c @@ -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;