diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 04:54:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 09:42:46 +0800 |
commit | adf6645d525842692ca625a278e41a66cd02d2b6 (patch) | |
tree | 5fb8e001f62f8399b6a7715e563793360e011b03 /data/org.gnome.evolution.mail.gschema.xml.in | |
parent | 265873082d31c97d2af8c3f395e0165cb174f2ea (diff) | |
download | gsoc2013-evolution-adf6645d525842692ca625a278e41a66cd02d2b6.tar.gz gsoc2013-evolution-adf6645d525842692ca625a278e41a66cd02d2b6.tar.zst gsoc2013-evolution-adf6645d525842692ca625a278e41a66cd02d2b6.zip |
Fix some GSettings runtime issues.
Diffstat (limited to 'data/org.gnome.evolution.mail.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index 004ec16ccf..830894ca6d 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -100,6 +100,11 @@ <_summary>Show "Reply To" field when posting to a newsgroup</_summary> <_description>Show the "Reply To" field when posting to a newsgroup. This is controlled from the View menu when a news account is chosen.</_description> </key> + <key name="composer-sign-reply-if-signed" type="b"> + <default>false</default> + <_summary>Digitally sign replies when the original message is signed</_summary> + <_description>Automatically enable PGP or S/MIME signatures when replying to a message which is also PGP or S/MIME signed.</_description> + </key> <key name="composer-outlook-filenames" type="b"> <default>false</default> <_summary>Encode file names in an Outlook/GMail way</_summary> |