From 2f73b39bf2999fa0316e776a0d7a3967e69c8ec6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 2 Jun 2014 14:36:00 +0200 Subject: Add "Send messages through Outbox folder" option Users ask from time to time for the old behaviour when the messages used to be saved through Outbox, rather than the composer being opened all the time the message is sending. The change is pretty simple, thus why not to add it. Note the Outbox is not flushed after sending, the users is responsible to invoke the Outbox flush on his/her own. This also allows a user to postpone the message send for later. --- data/org.gnome.evolution.mail.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index d026ec931b..e42de28fa4 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -140,6 +140,11 @@ <_summary>Encode filenames in an Outlook/GMail way <_description>Encode filenames in the mail headers same as Outlook or GMail do, to let them display correctly filenames with UTF-8 letters sent by Evolution, because they do not follow the RFC 2231, but use the incorrect RFC 2047 standard. + + false + <_summary>Send messages through Outbox folder + <_description>Always save messages to Outbox folder when sending, to let a user choose when the messages should be sent. + false <_summary>Put personalized signatures at the top of replies -- cgit v1.2.3