diff options
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> |