diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-19 04:11:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-19 04:11:01 +0800 |
commit | 2f46886814d35618ad234e474a00a6ca977a13c3 (patch) | |
tree | e4531befd65ff29d4d4d93edd6c26751bf50a154 /mail/evolution-mail.schemas | |
parent | ebb7a2c19165d7b6afa00bdf86fb89c0ed35108f (diff) | |
download | gsoc2013-evolution-2f46886814d35618ad234e474a00a6ca977a13c3.tar.gz gsoc2013-evolution-2f46886814d35618ad234e474a00a6ca977a13c3.tar.zst gsoc2013-evolution-2f46886814d35618ad234e474a00a6ca977a13c3.zip |
Removed. (lookup_signature): Removed. (xml_get_int): Removed.
2003-02-18 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (uri_to_key): Removed.
(lookup_signature): Removed.
(xml_get_int): Removed.
(xml_get_bool): Removed.
(mail_config_get_time_24hour): Removed.
* evolution-mail.schemas: s/long/int/g and change default_account
to be a string instead of an int.
* mail-config.c (mail_config_get_default_account): default_account
now uses the account uid, so change the code a bit to match uid
strings rather than use an index.
(mail_config_remove_account): Same here. simplifies the code a
bunch.
(mail_config_set_default_account): Here too.
* folder-browser-ui.c (folder_browser_ui_setup_view_menus): Update
the GalView path.
svn path=/trunk/; revision=19932
Diffstat (limited to 'mail/evolution-mail.schemas')
-rw-r--r-- | mail/evolution-mail.schemas | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas index 0f1a6ec232..2bc9aeda19 100644 --- a/mail/evolution-mail.schemas +++ b/mail/evolution-mail.schemas @@ -1,4 +1,4 @@ -<evolutionmailschemafile> +<gconfschemafile> <schemalist> <!-- Composer settings --> @@ -135,7 +135,7 @@ <key>/schemas/apps/evolution/mail/display/load_http_images</key> <applyto>/apps/evolution/mail/display/load_http_images</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>0</default> <locale name="C"> <short>Load images for HTML messages over http</short> @@ -152,7 +152,7 @@ <key>/schemas/apps/evolution/mail/display/xmailer_mask</key> <applyto>/apps/evolution/mail/display/xmailer_mask</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>0</default> <locale name="C"> <short>S3kr3t 0pt10n</short> @@ -180,7 +180,7 @@ <key>/schemas/apps/evolution/mail/display/mark_seen_timeout</key> <applyto>/apps/evolution/mail/display/mark_seen_timeout</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>1500</default> <locale name="C"> <short>Timeout for marking message as Seen</short> @@ -222,7 +222,7 @@ <key>/schemas/apps/evolution/mail/display/paned_size</key> <applyto>/apps/evolution/mail/display/paned_size</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>144</default> <locale name="C"> <short>Height of the message-list pane</short> @@ -311,7 +311,7 @@ <key>/schemas/apps/evolution/mail/format/forward_style</key> <applyto>/apps/evolution/mail/format/forward_style</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>0</default> <locale name="C"> <short>Default forward style</short> @@ -325,7 +325,7 @@ <key>/schemas/apps/evolution/mail/format/reply_style</key> <applyto>/apps/evolution/mail/format/reply_style</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>0</default> <locale name="C"> <short>Default reply style</short> @@ -339,7 +339,7 @@ <key>/schemas/apps/evolution/mail/format/message_display_style</key> <applyto>/apps/evolution/mail/format/message_display_style</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>0</default> <locale name="C"> <short>Message-display style (normal, full headers, source)</short> @@ -355,7 +355,7 @@ <key>/schemas/apps/evolution/mail/notify/type</key> <applyto>/apps/evolution/mail/notify/type</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>int</type> <default>0</default> <locale name="C"> <short>New Mail Notify type</short> @@ -480,11 +480,11 @@ <key>/schemas/apps/evolution/mail/default_account</key> <applyto>/apps/evolution/mail/default_account</applyto> <owner>evolution-mail</owner> - <type>long</type> + <type>string</type> <locale name="C"> - <short>Index of the default account</short> + <short>UID string of the default account.</short> <long> - Index of the default account. + UID string of the default account. </long> </locale> </schema> @@ -506,4 +506,4 @@ </schema> </schemalist> -</evolutionmailschemafile> +</gconfschemafile> |