From 8c726b3b0468e535b1a8ae7cc9ac0cb714c67a41 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 4 Nov 2010 17:47:34 +0100 Subject: Migrate composer schemas to GSettings --- data/org.gnome.evolution.mail.gschema.xml.in | 119 +++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) (limited to 'data/org.gnome.evolution.mail.gschema.xml.in') diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index df9d6c4d5c..64b63c1982 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -5,5 +5,124 @@ <_summary>Check whether Evolution is the default mailer <_description>Every time Evolution starts, check whether or not it is the default mailer. + + '' + Default charset in which to compose messages + Default charset in which to compose messages. + + + true + Spell check inline + Draw spelling error indicators on words as you type. + + + true + Automatic link recognition + Recognize links in text and replace them. + + + false + Automatic emoticon recognition + Recognize emoticons in text and replace them with images. + + + false + Group Reply replies to list + Instead of the normal "Reply to All" behaviour, this option will make the 'Group Reply' toolbar button try to reply only to the mailing list through which you happened to receive the copy of the message to which you're replying. + + + false + Put the cursor at the bottom of replies + Users get all up in arms over where the cursor should go when replying to a message. This determines whether the cursor is placed at the top of the message or the bottom. + + + false + Always request read receipt + Whether a read receipt request gets added to every message by default. + + + false + Send HTML mail by default + Send HTML mail by default. + + + '#FFFF00000000' + Spell checking color + Underline color for misspelled words when using inline spelling. + + + [] + Spell checking languages + List of dictionary language codes used for spell checking. + + + false + Show "Bcc" field when sending a mail message + Show the "Bcc" field when sending a mail message. This is controlled from the View menu when a mail account is chosen. + + + true + Show "Cc" field when sending a mail message + Show the "Cc" field when sending a mail message. This is controlled from the View menu when a mail account is chosen. + + + false + Show "Reply To" field when sending a mail message + Show the "Reply To" field when sending a mail message. This is controlled from the View menu when a mail account is chosen. + + + true + Show "From" field when posting to a newsgroup + Show the "From" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen. + + + false + Show "Reply To" field when posting to a newsgroup + Show the "Reply To" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen. + + + false + Encode file names in an Outlook/GMail way + Encode file names in the mail headers same as Outlook or GMail do, to let them display correctly file names with UTF-8 letters sent by Evolution, because they do not follow the RFC 2231, but use the incorrect RFC 2047 standard. + + + false + Put personalized signatures at the top of replies + Users get all up in arms over where their signature should go when replying to a message. This determines whether the signature is placed at the top of the message or the bottom. + + + false + Do not add signature delimiter + Set to TRUE in case you do not want to add signature delimiter before your signature when composing a mail. + + + 600 + Composer Window default width + Default width of the Composer Window. + + + 500 + Composer Window default height + Default height of the Composer Window. + + + false + Ignore list Reply-To: + Some mailing lists set a Reply-To: header to trick users into sending replies to the list, even when they ask Evolution to make a private reply. Setting this option to TRUE will attempt to ignore such Reply-To: headers, so that Evolution will do as you ask it. If you use the private reply action, it will reply privately, while if you use the 'Reply to List' action it will do that. It works by comparing the Reply-To: header with a List-Post: header, if there is one. + + + false + Show image animations + Enable animated images in HTML mail. Many users find animated images annoying and prefer to see a static image instead. + + + true + Enable or disable type ahead search feature + Enable the side bar search feature to allow interactive searching of folder names. + + + false + Disable or enable ellipsizing of folder names in side bar + Whether disable ellipsizing feature of folder names in side bar. -- cgit v1.2.3