diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-08 08:42:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-08 08:42:32 +0800 |
commit | d06a82a911f05b6b2b2f3549e520c096880bf78d (patch) | |
tree | 9658c9b18025e34523258496f05cdfd821349fb7 /mail | |
parent | 7813f02f9e0a9555ae53b8a5c37ba837c5ac95b7 (diff) | |
download | gsoc2013-evolution-d06a82a911f05b6b2b2f3549e520c096880bf78d.tar.gz gsoc2013-evolution-d06a82a911f05b6b2b2f3549e520c096880bf78d.tar.zst gsoc2013-evolution-d06a82a911f05b6b2b2f3549e520c096880bf78d.zip |
Bug 595092 - Remove option to skip offline syncrhonization dialog
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index d6483110c7..7a975531df 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1034,23 +1034,8 @@ </long> </locale> </schema> - - <schema> - <key>/schemas/apps/evolution/mail/prompts/quick_offline</key> - <applyto>/apps/evolution/mail/prompts/quick_offline</applyto> - <owner>evolution-mail</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Prompt to check if the user wants to go offline immediately </short> - <long> - It disables/enables the repeated prompts to ask if offline - sync is required before going into offline mode. - </long> - </locale> - </schema> - <schema> + <schema> <key>/schemas/apps/evolution/mail/prompts/delete_in_vfolder</key> <applyto>/apps/evolution/mail/prompts/delete_in_vfolder</applyto> <owner>evolution-mail</owner> |