diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-14 19:46:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-14 19:46:33 +0800 |
commit | 5efdc804e452ab547cc2a1d04c8d7173a2c9b6d5 (patch) | |
tree | 795126f95e29364c5ce3e9c98aa7638d59fa19b3 /data/org.gnome.evolution.mail.gschema.xml.in | |
parent | 46b0d7f51334b6a7c6716b157fbf1b6f55fe5ff0 (diff) | |
download | gsoc2013-evolution-5efdc804e452ab547cc2a1d04c8d7173a2c9b6d5.tar.gz gsoc2013-evolution-5efdc804e452ab547cc2a1d04c8d7173a2c9b6d5.tar.zst gsoc2013-evolution-5efdc804e452ab547cc2a1d04c8d7173a2c9b6d5.zip |
Make e_utils_prompt_user and callers use GSettings keys
Diffstat (limited to 'data/org.gnome.evolution.mail.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index c52c76c170..649dca1ed8 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -1,6 +1,6 @@ <schemalist> <schema gettext-domain="evolution" id="org.gnome.evolution.mail" path="/org/gnome/evolution/mail/"> - <key name="check-if-default-mailer" type="b"> + <key name="prompt-check-if-default-mailer" type="b"> <default>true</default> <_summary>Check whether Evolution is the default mailer</_summary> <_description>Every time Evolution starts, check whether or not it is the default mailer.</_description> @@ -360,11 +360,21 @@ <_summary>Prompt on empty subject</_summary> <_description>Prompt the user when he or she tries to send a message without a Subject.</_description> </key> + <key name="prompt-on-empty-trash" type="b"> + <default>true</default> + <_summary>Prompt when emptying the trash</_summary> + <_description>Prompt the user when he or she tries to empty the trash.</_description> + </key> <key name="prompt-on-expunge" type="b"> <default>true</default> <_summary>Prompt when user expunges</_summary> <_description>Prompt the user when he or she tries to expunge a folder.</_description> </key> + <key name="prompt-on-invalid-recip" type="b"> + <default>true</default> + <_summary>Prompt before sending to recipients not entered as mail addresses</_summary> + <_description>It disables/enables the repeated prompts to warn that you are trying to send a message to recipients not entered as mail addresses</_description> + </key> <key name="prompt-on-only-bcc" type="b"> <default>true</default> <_summary>Prompt when user only fills Bcc</_summary> |