diff options
author | Milan Crha <mcrha@redhat.com> | 2011-01-06 00:42:04 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-01-06 00:42:04 +0800 |
commit | 11d2490e5a1cb82e4fab263db199e666764840df (patch) | |
tree | 93b5aadcafa0ca93ae561994ca720a63e9d84e4b /mail/evolution-mail.schemas.in | |
parent | 931e783cee9054b6fbac4e5f8deb7c121bf15c1a (diff) | |
download | gsoc2013-evolution-11d2490e5a1cb82e4fab263db199e666764840df.tar.gz gsoc2013-evolution-11d2490e5a1cb82e4fab263db199e666764840df.tar.zst gsoc2013-evolution-11d2490e5a1cb82e4fab263db199e666764840df.zip |
Bug #637906 - Don't ask again when sending to non-mail recipients
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index e6a3daa5d8..3a75ad26a6 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1224,6 +1224,18 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/prompts/send_invalid_recip</key> + <applyto>/apps/evolution/mail/prompts/send_invalid_recip</applyto> + <owner>evolution-mail</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Prompt before sending to recipients not entered as mail addresses</short> + <long>It disables/enables the repeated prompts to warn that you are trying to send a message to recipients not entered as mail addresses</long> + </locale> + </schema> + <!-- Trash settings --> <schema> |