From 831c13cf080b4b3375c1b3b13ff38cad58509f33 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 28 Jul 2021 12:20:19 +0200 Subject: [PATCH] I#1565 - Flush Outbox by default on rule firing with Forward action Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1565 --- data/org.gnome.evolution.mail.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index f45f9f5bbd..11e233f982 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -498,7 +498,7 @@ <_description>If not set, or being “stdout”, then the logging is done to stdout, instead to a file. - false + true <_summary>Flush Outbox after filtering <_description>Whether to flush Outbox after filtering is done. Outbox flush will happen only when there was used any “Forward to” filter action and approximately one minute after the last action invocation.