diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-03 15:37:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-03 15:37:49 +0800 |
commit | c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942 (patch) | |
tree | c1391fdfe1d0d9e2c3b6fdbf83846cc82981355d /mail/evolution-mail.schemas | |
parent | cc3f47a93b23b778fc71b61dd71c3c1663c90f6d (diff) | |
download | gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.gz gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.zst gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.zip |
Increase window size slightly, rename "Transport" to "Mail Transport"
2000-08-03 JP Rosevear <jpr@helixcode.com>
* mail-config.glade: Increase window size slightly, rename
"Transport" to "Mail Transport"
* mail-config.c (init_config): Remove gconf references
(clear_config): ditto
(read_config): ditto
(write_config): ditto
(mail_config): Null provider lists before filling them
(mail_config_druid): ditto
(identity_page_new): Increase spacing of vbox
(service_page_new): ditto
* Makefile.am: Remove gconf references.
svn path=/trunk/; revision=4504
Diffstat (limited to 'mail/evolution-mail.schemas')
-rw-r--r-- | mail/evolution-mail.schemas | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/mail/evolution-mail.schemas b/mail/evolution-mail.schemas deleted file mode 100644 index 44e8d5181a..0000000000 --- a/mail/evolution-mail.schemas +++ /dev/null @@ -1,66 +0,0 @@ -<gconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/Evolution/Mail/sources</key> - <applyto>/apps/Evolution/Mail/sources</applyto> - <owner>Evolution Mail</owner> - <type>list</type> - <locale name="C"> - <short>A list of mail sources</short> - <long>A list of mail sources, in the form of Camel - URLs. When the user clicks "Get Mail", Evolution will - move all of the mail from these sources through any - configured filters or into the Inbox, deleting the - original copies.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/Evolution/Mail/transport</key> - <applyto>/apps/Evolution/Mail/transport</applyto> - <owner>Evolution Mail</owner> - <type>string</type> - <locale name="C"> - <short>Default mail transport</short> - <long>A Camel URL representing the default mail - transport.</long> - </locale> - </schema> - - - <schema> - <key>/schemas/apps/Evolution/Mail/identities</key> - <applyto>/apps/Evolution/Mail/identities</applyto> - <owner>Evolution Mail</owner> - <type>list</type> - <locale name="C"> - <short>A list of identities</short> - <long>A list of the user's identities. Each identity - consists of four newline-separated fields: an address, - a name, an organization, and the path to a file - containing a signature. (All fields but the first can - be empty.)</long> - </locale> - </schema> - - - <schema> - <key>/schemas/apps/Evolution/Mail/send_html</key> - <applyto>/apps/Evolution/Mail/send_html</applyto> - <owner>Evolution Mail</owner> - <type>bool</type> - <locale name="C"> - <short>Whether or not to send HTML mail</short> - <long>Whether or not to send HTML mail. If TRUE, - Evolution will send multipart/alternative mail - containing text/plain and text/html parts. If FALSE, - it will send only the text/plain part. (There is no - way to send only HTML.)</long> - </locale> - </schema> - - - </schemalist> -</gconfschemafile> - - |