[evolution/wip/gsettings] Migrate all mail schemas to GSettings



commit a0f84a5934124d37a1c176997eb3316850b16762
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Nov 16 10:35:13 2010 +0100

    Migrate all mail schemas to GSettings

 data/evolution.convert                       |   51 ++++++-
 data/org.gnome.evolution.mail.gschema.xml.in |  245 ++++++++++++++++++++++++++
 2 files changed, 295 insertions(+), 1 deletions(-)
---
diff --git a/data/evolution.convert b/data/evolution.convert
index 9433478..643e5d6 100644
--- a/data/evolution.convert
+++ b/data/evolution.convert
@@ -96,7 +96,56 @@ mail-browser-width = /apps/evolution/mail/mail_browser_width
 mail-browser-height = /apps/evolution/mail/mail_browser_height
 mail-browser-maximized = /apps/evolution/mail/mail_browser_maximized
 subscription-editor-height = /apps/evolution/mail/subscription_editor_height
-===================================================================================================================
+subscription-editor-maximized = /apps/evolution/mail/subscription_editor_maximized
+subscription-editor-width = /apps/evolution/mail/subscription_editor_width
+filters-log-actions = /apps/evolution/mail/filters/log
+filters-log-file = /apps/evolution/mail/filters/logfile
+flush-outbox = /apps/evolution/mail/filters/flush-outbox
+forward-style = /apps/evolution/mail/format/forward_style
+reply-style = /apps/evolution/mail/format/reply_style
+message-display-style = /apps/evolution/mail/format/message_display_style
+prompt-on-empty-subject = /apps/evolution/mail/prompts/empty_subject
+prompt-on-expunge = /apps/evolution/mail/prompts/expunge
+prompt-on-only-bcc = /apps/evolution/mail/prompts/only_bcc
+prompt-on-unwanted-html = /apps/evolution/mail/prompts/unwanted_html
+prompt-on-open-many = /apps/evolution/mail/prompts/open_many
+prompt-on-mark-all-read = /apps/evolution/mail/prompts/mark_all_read
+prompt-on-delete-in-vfolder = /apps/evolution/mail/prompts/delete_in_vfolder
+prompt-on-private-list-reply = /apps/evolution/mail/prompts/private_list_reply
+prompt-on-list-reply-to = /apps/evolution/mail/prompts/list_reply_to
+prompt-on-reply-many-recips = /apps/evolution/mail/prompts/reply_many_recips
+prompt-on-reply-close-browser = /apps/evolution/mail/prompts/reply_close_browser
+trash-empty-on-exit = /apps/evolution/mail/trash/empty_on_exit
+trash-empty-on-exit-days = /apps/evolution/mail/trash/empty_on_exit_days
+trash-empty-date = /apps/evolution/mail/trash/empty_date
+error-timeout = /apps/evolution/mail/display/error_timeout
+error-level = /apps/evolution/mail/display/error_level
+show-real-date = /apps/evolution/mail/display/show_real_date
+labels = /apps/evolution/mail/labels
+junk-check-incoming = /apps/evolution/mail/junk/check_incoming
+junk-empty-on-exit = /apps/evolution/mail/junk/empty_on_exit
+junk-empty-on-exit-days = /apps/evolution/mail/junk/empty_on_exit_days
+junk-empty-date = /apps/evolution/mail/junk/empty_date
+junk-default-plugin = /apps/evolution/mail/junk/default_plugin
+junk-sa-local-only = /apps/evolution/mail/junk/sa/local_only
+junk-sa-use-daemon = /apps/evolution/mail/junk/sa/use_daemon
+junk-lookup-addressbook = /apps/evolution/mail/junk/lookup_addressbook
+junk-lookup-addressbook-local-only = /apps/evolution/mail/junk/lookup_addressbook_local_only
+junk-check-custom-header = /apps/evolution/mail/junk/check_custom_header
+junk-custom-header = /apps/evolution/mail/junk/custom_header
+default-account = /apps/evolution/mail/default_account
+save-dir = /apps/evolution/mail/save_dir
+composer-current-folder = /apps/evolution/mail/composer/current_folder
+filter-editor-height = /apps/evolution/mail/filter_editor_height
+filter-editor-maximized = /apps/evolution/mail/filter_editor_maximized
+filter-editor-width = /apps/evolution/mail/filter_editor_width
+send-recv-height = /apps/evolution/mail/send_recv_height
+send-recv-maximized = /apps/evolution/mail/send_recv_maximized
+send-recv-width = /apps/evolution/mail/send_recv_width
+vfolder-editor-height = /apps/evolution/mail/vfolder_editor_height
+vfolder-editor-maximized = /apps/evolution/mail/vfolder_editor_maximized
+vfolder-editor-width = /apps/evolution/mail/vfolder_editor_width
+sync-interval = /apps/evolution/mail/sync_interval
 
 [org.gnome.evolution.eplugin.attachment-reminder]
 attachment-reminder-clues = /apps/evolution/mail/attachment_reminder_clues
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index 4f618a5..c7735b2 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -320,5 +320,250 @@
       <_summary>"Folder Subscriptions" window maximize state</_summary>
       <_description>Initial maximize state of the "Folder Subscriptions" window. The value updates when the user maximizes or unmaximizes the window. Note, this particular value is not used by Evolution since the "Folder Subscriptions" window cannot be maximized. This key exists only as an implementation detail.</_description>
     </key>
+    <key name="subscription-editor-width" type="i">
+      <default>600</default>
+      <_summary>"Folder Subscriptions" window width</_summary>
+      <_description>Initial width of the "Folder Subscriptions" window. The value updates as the user resizes the window horizontally.</_description>
+    </key>
+    <key name="filters-log-actions" type="b">
+      <default>false</default>
+      <_summary>Log filter actions</_summary>
+      <_description>Log filter actions to the specified log file.</_description>
+    </key>
+    <key name="filters-log-file" type="s">
+      <default>''</default>
+      <_summary>Logfile to log filter actions</_summary>
+      <_description>Logfile to log filter actions.</_description>
+    </key>
+    <key name="flush-outbox" type="b">
+      <default>false</default>
+      <_summary>Flush Outbox after filtering</_summary>
+      <_description>Whether to flush Outbox after filtering is done. Outbox flush will happen only when there was used any 'Forward to' filter action and approximately one minute after the last action invocation.</_description>
+    </key>
+    <key name="forward-style" type="i">
+      <default>0</default>
+      <_summary>Default forward style</_summary>
+      <_description></_description>
+    </key>
+    <key name="reply-style" type="i">
+      <default>0</default>
+      <_summary>Default forward style</_summary>
+      <_description></_description>
+    </key>
+    <key name="message-display-style" type="i">
+      <default>0</default>
+      <_summary>Message-display style ("normal", "full headers", "source")</_summary>
+      <_description></_description>
+    </key>
+    <key name="prompt-on-empty-subject" type="b">
+      <default>true</default>
+      <_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-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-only-bcc" type="b">
+      <default>true</default>
+      <_summary>Prompt when user only fills Bcc</_summary>
+      <_description>Prompt when user tries to send a message with no To or Cc recipients.</_description>
+    </key>
+    <key name="prompt-on-unwanted-html" type="b">
+      <default>true</default>
+      <_summary>Prompt when user tries to send unwanted HTML</_summary>
+      <_description>Prompt when user tries to send HTML mail to recipients that may not want to receive HTML mail.</_description>
+    </key>
+    <key name="prompt-on-open-many" type="b">
+      <default>true</default>
+      <_summary>Prompt when user tries to open 10 or more messages at once</_summary>
+      <_description>If a user tries to open 10 or more messages at one time, ask the user if they really want to do it.</_description>
+    </key>
+    <key name="prompt-on-mark-all-read" type="b">
+      <default>true</default>
+      <_summary>Prompt while marking multiple messages</_summary>
+      <_description>Enable or disable the prompt whilst marking multiple messages.</_description>
+    </key>
+    <key name="prompt-on-delete-in-vfolder" type="b">
+      <default>false</default>
+      <_summary>Prompt when deleting messages in search folder</_summary>
+      <_description>It disables/enables the repeated prompts to warn that deleting messages from a search folder permanently deletes the message, not simply removing it from the search results.</_description>
+    </key>
+    <key name="prompt-on-private-list-reply" type="b">
+      <default>true</default>
+      <_summary>Prompt when replying privately to list messages</_summary>
+      <_description>It disables/enables the repeated prompts to warn that you are sending a private reply to a message which arrived via a mailing list.</_description>
+    </key>
+    <key name="prompt-on-list-reply-to" type="b">
+      <default>true</default>
+      <_summary>Prompt when mailing list hijacks private replies</_summary>
+      <_description>It disables/enables the repeated prompts to warn that you are trying sending a private reply to a message which arrived via a mailing list, but the list sets a Reply-To: header which redirects your reply back to the list</_description>
+    </key>
+    <key name="prompt-on-reply-many-recips" type="b">
+      <default>true</default>
+      <_summary>Prompt when replying to many recipients</_summary>
+      <_description>It disables/enables the repeated prompts to warn that you are sending a reply to many people.</_description>
+    </key>
+    <key name="prompt-on-reply-close-browser" type="s">
+      <default>'ask'</default>
+      <_summary>Asks whether to close the message window when the user forwards or replies to the message shown in the window</_summary>
+      <_description>Possible values are: 'never' - to never close browser window, 'always' - to always close browser window or 'ask' - (or any other value) will ask user.</_description>
+    </key>
+    <key name="trash-empty-on-exit" type="b">
+      <default>false</default>
+      <_summary>Empty Trash folders on exit</_summary>
+      <_description>Empty all Trash folders when exiting Evolution.</_description>
+    </key>
+    <key name="trash-empty-on-exit-days" type="i">
+      <default>0</default>
+      <_summary>Minimum days between emptying the trash on exit</_summary>
+      <_description>Minimum time between emptying the trash on exit, in days.</_description>
+    </key>
+    <key name="trash-empty-date" type="i">
+      <default>0</default>
+      <_summary>Last time Empty Trash was run</_summary>
+      <_description>The last time Empty Trash was run, in days since January 1st, 1970 (Epoch).</_description>
+    </key>
+    <key name="error-timeout" type="i">
+      <default>60</default>
+      <_summary>Amount of time in seconds the error should be shown on the status bar.</_summary>
+      <_description>Amount of time in seconds the error should be shown on the status bar.</_description>
+    </key>
+    <key name="error-level" type="i">
+      <default>0</default>
+      <_summary>Level beyond which the message should be logged.</_summary>
+      <_description>This can have three possible values. "0" for errors. "1" for warnings. "2" for debug messages.</_description>
+    </key>
+    <key name="show-real-date" type="b">
+      <default>true</default>
+      <_summary>Show original "Date" header value.</_summary>
+      <_description>Show the original "Date" header (with a local time only if the time zone differs). Otherwise always show "Date" header value in a user preferred format and local time zone.</_description>
+    </key>
+    <key name="labels" type="as">
+      <default>['I_mportant:#EF2929','_Work:#F57900','_Personal:#4E9A06','_To Do:#3465A4','_Later:#75507B']</default>
+      <_summary>List of Labels and their associated colors</_summary>
+      <_description>List of labels known to the mail component of Evolution. The list contains strings containing name:color where color uses the HTML hex encoding.</_description>
+    </key>
+    <key name="junk-check-incoming" type="b">
+      <default>true</default>
+      <_summary>Check incoming mail being junk</_summary>
+      <_description>Run junk test on incoming mail.</_description>
+    </key>
+    <key name="junk-empty-on-exit" type="b">
+      <default>false</default>
+      <_summary>Empty Junk folders on exit</_summary>
+      <_description>Empty all Junk folders when exiting Evolution.</_description>
+    </key>
+    <key name="junk-empty-on-exit-days" type="i">
+      <default>0</default>
+      <_summary>Minimum days between emptying the junk on exit</_summary>
+      <_description>Minimum time between emptying the junk on exit, in days.</_description>
+    </key>
+    <key name="junk-empty-date" type="i">
+      <default>0</default>
+      <_summary>Last time Empty Junk was run</_summary>
+      <_description>The last time Empty Junk was run, in days since January 1st, 1970 (Epoch).</_description>
+    </key>
+    <key name="junk-default-plugin" type="s">
+      <default>'Bogofilter'</default>
+      <_summary>The default plugin for Junk hook</_summary>
+      <_description>This is the default junk plugin, even though there are multiple plugins enabled. If the default listed plugin is disabled, then it won't fall back to the other available plugins.</_description>
+    </key>
+    <key name="junk-sa-local-only" type="b">
+      <default>true</default>
+      <_summary>Use only local spam tests.</_summary>
+      <_description>Use only the local spam tests (no DNS).</_description>
+    </key>
+    <key name="junk-sa-use-daemon" type="b">
+      <default>true</default>
+      <_summary>Use SpamAssassin daemon and client</_summary>
+      <_description>Use SpamAssassin daemon and client (spamc/spamd).</_description>
+    </key>
+    <key name="junk-lookup-addressbook" type="b">
+      <default>false</default>
+      <_summary>Determines whether to lookup in address book for sender email</_summary>
+      <_description>Determines whether to lookup the sender email in address book. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote address books (like LDAP) are marked for autocompletion.</_description>
+    </key>
+    <key name="junk-lookup-addressbook-local-only" type="b">
+      <default>false</default>
+      <_summary>Determines whether to look up addresses for junk filtering in local address book only</_summary>
+      <_description>This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local address book only to exclude mail sent by known contacts from junk filtering.</_description>
+    </key>
+    <key name="junk-check-custom-header" type="b">
+      <default>true</default>
+      <_summary>Determines whether to use custom headers to check for junk</_summary>
+      <_description>Determines whether to use custom headers to check for junk. If this option is enabled and the headers are mentioned, it will be improve the junk checking speed.</_description>
+    </key>
+    <key name="junk-custom-header" type="as">
+      <default>['X-Spam-Flag=YES','X-Spam-Level=*****']</default>
+      <_summary>Custom headers to use while checking for junk.</_summary>
+      <_description>Custom headers to use while checking for junk. The list elements are string in the format "headername=value".</_description>
+    </key>
+    <key name="default-account" type="s">
+      <default>''</default>
+      <_summary>UID string of the default account.</_summary>
+      <_description>UID string of the default account.</_description>
+    </key>
+    <key name="save-dir" type="s">
+      <default>''</default>
+      <_summary>Save directory</_summary>
+      <_description>Directory for saving mail component files.</_description>
+    </key>
+    <key name="composer-current-folder" type="s">
+      <default>''</default>
+      <_summary>Composer load/attach directory</_summary>
+      <_description>Directory for loading/attaching files to composer.</_description>
+    </key>
+    <key name="filter-editor-height" type="i">
+      <default>650</default>
+      <_summary>"Filter Editor" window height</_summary>
+      <_description>Initial height of the "Filter Editor" window. The value updates as the user resizes the window vertically.</_description>
+    </key>
+    <key name="filter-editor-maximized" type="b">
+      <default>false</default>
+      <_summary>"Filter Editor" window maximize state</_summary>
+      <_description>Initial maximize state of the "Filter Editor" window. The value updates when the user maximizes or unmaximizes the window. Note, this particular value is not used by Evolution since the "Filter Editor" window cannot be maximized. This key exists only as an implementation detail.</_description>
+    </key>
+    <key name="filter-editor-width" type="i">
+      <default>400</default>
+      <_summary>"Filter Editor" window width</_summary>
+      <_description>Initial width of the "Filter Editor" window. The value updates as the user resizes the window horizontally.</_description>
+    </key>
+    <key name="send-recv-height" type="i">
+      <default>200</default>
+      <_summary>"Send and Receive Mail" window height</_summary>
+      <_description>Initial height of the "Send and Receive Mail" window. The value updates as the user resizes the window vertically.</_description>
+    </key>
+    <key name="send-recv-maximized" type="b">
+      <default>false</default>
+      <_summary>"Send and Receive Mail" window maximize state</_summary>
+      <_description>Initial maximize state of the "Send and Receive Mail" window. The value updates when the user maximizes or unmaximizes the window.  Note, this particular value is not used by Evolution since the "Send and Receive Mail" window cannot be maximized. This key exists only as an implementation detail.</_description>
+    </key>
+    <key name="send-recv-width" type="i">
+      <default>600</default>
+      <_summary>"Send and Receive Mail" window width</_summary>
+      <_description>Initial width of the "Send and Receive Mail" window. The value updates as the user resizes the window horizontally.</_description>
+    </key>
+    <key name="vfolder-editor-height" type="i">
+      <default>650</default>
+      <_summary>"Search Folder Editor" window height</_summary>
+      <_description>Initial height of the "Search Folder Editor" window. The value updates as the user resizes the window vertically.</_description>
+    </key>
+    <key name="vfolder-editor-maximized" type="b">
+      <default>false</default>
+      <_summary>"Search Folder Editor" window maximize state</_summary>
+      <_description>Initial maximize state of the "Search Folder Editor" window. The value updates when the user maximizes or unmaximizes the window.  Note, this particular value is not used by Evolution since the "Search Folder Editor" window cannot be maximized. This key exists only as an implementation detail.</_description>
+    </key>
+    <key name="vfolder-editor-width" type="i">
+      <default>400</default>
+      <_summary>"Search Folder Editor" window width</_summary>
+      <_description>Initial width of the "Search Folder Editor" window. The value updates as the user resizes the window horizontally.</_description>
+    </key>
+    <key name="sync-interval" type="i">
+      <default>600</default>
+      <_summary>Server synchronization interval</_summary>
+      <_description>Controls how frequently local changes are synchronized with the remote mail server. The interval must be at least 30 seconds.</_description>
+    </key>
   </schema>
 </schemalist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]