From 661e0a7c8af8b49da6125f4b618ddb9b58795e62 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Mon, 26 Feb 2024 08:10:40 +0100 Subject: [PATCH] Update filters.md --- docs/source/features/filters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/features/filters.md b/docs/source/features/filters.md index 7cc0a04db..e150afa06 100644 --- a/docs/source/features/filters.md +++ b/docs/source/features/filters.md @@ -5,7 +5,7 @@ Sometimes you need to automatically tweak the incoming article - mark it starred ## `Article filters` dialog The dialog seen below offers you a way of managing your article filters. You can assign single filter to multiple feeds. -`Test` button tests selected filter against existing messages. `Process checked feeds` runs the filter against messages from checked feeds. +`Test` button tests selected filter against existing messages. `Process checked feeds` runs the filter against existing messages from checked feeds - in this mode all modifications made by the filter are saved to existing messages. alt-img @@ -296,4 +296,4 @@ function filterMessage() { return MessageObject.Accept; } -``` \ No newline at end of file +```