[Commits] [SCM] claws branch, master, updated. 3.16.0-13-g4302636
ticho at claws-mail.org
ticho at claws-mail.org
Thu Jan 18 21:14:57 CET 2018
The branch, master has been updated
via 4302636fb7a93c42287ffc9c37862bd21e29dc2c (commit)
from f5d5f25a73b939308557b6e1be1a6e098f2d8451 (commit)
Summary of changes:
src/filtering.c | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4302636fb7a93c42287ffc9c37862bd21e29dc2c
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Jan 18 21:13:46 2018 +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
diff --git a/src/filtering.c b/src/filtering.c
index 8d57f09..d0f0e83 100644
--- 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;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list