aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution-mail.schemas.in
diff options
context:
space:
mode:
authorpepp <pelloux@gmail.com>2011-12-15 14:53:52 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2011-12-15 15:18:26 +0800
commitd300de403de5b9b2d3c2c2f9d371f59859eeaf8c (patch)
tree508e5bc436b5d14369aaf4d9a741ff201eaeb165 /mail/evolution-mail.schemas.in
parentbe607ffe63925ccaa70c33c8f7766c6bf65ad80a (diff)
downloadgsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar
gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.gz
gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.bz2
gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.lz
gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.xz
gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.zst
gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.zip
Bug 566793 - Support Drop And Drag Into Nautilus As PDF File
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r--mail/evolution-mail.schemas.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index f7c3844b8a..79d9c59d9e 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -1775,6 +1775,38 @@
</locale>
</schema>
+ <!-- email drag'n'drop settings -->
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/save_file_format</key>
+ <applyto>/apps/evolution/mail/save_file_format</applyto>
+ <owner>evolution-mail</owner>
+ <type>string</type>
+ <default>mbox</default>
+ <locale name="C">
+ <short>Drag'n'drop export format</short>
+ <long>
+ Define the email export format when doing drag'n'drop.
+ Possible values are : mbox or pdf
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/mail/save_name_format</key>
+ <applyto>/apps/evolution/mail/save_name_format</applyto>
+ <owner>evolution-mail</owner>
+ <type>int</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Format of the drag'n'drop export filename</short>
+ <long>
+ Exported file name will be : YYYmmDDHHMMSS_email_title
+ Possible values : 1 (: email sent date), 2 (: drag'n'drop date)
+ </long>
+ </locale>
+ </schema>
+
<!-- Others -->
<schema>