aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-07 00:31:41 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-07 00:31:41 +0800
commit37e79dec824738b206a4c78284a0870a26c7d80c (patch)
tree7e3d061d6f39c65390791e1a43953c5c9fb65c1d /data
parent76c3cb95c73cc67709bf77d81697b69d4d0c0a04 (diff)
downloadgsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.gz
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.bz2
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.lz
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.xz
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.tar.zst
gsoc2013-evolution-37e79dec824738b206a4c78284a0870a26c7d80c.zip
Bug #245025 - Popup confirmation when moving a folder (via drag and drop)
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.mail.gschema.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index bc7645b6f0..bdc4089d89 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -405,6 +405,16 @@
<_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-folder-drop-copy" type="s">
+ <default>'ask'</default>
+ <_summary>Asks whether to copy a folder by drag &amp; drop in the folder tree</_summary>
+ <_description>Possible values are: 'never' - do not allow copy with drag &amp; drop of folders in folder tree, 'always' - allow copy with drag &amp; drop of folders in folder tree without asking, or 'ask' - (or any other value) will ask user.</_description>
+ </key>
+ <key name="prompt-on-folder-drop-move" type="s">
+ <default>'ask'</default>
+ <_summary>Asks whether to move a folder by drag &amp; drop in the folder tree</_summary>
+ <_description>Possible values are: 'never' - do not allow move with drag &amp; drop of folders in folder tree, 'always' - allow move with drag &amp; drop of folders in folder tree without asking, or 'ask' - (or any other value) will ask user.</_description>
+ </key>
<key name="prompt-on-private-list-reply" type="b">
<default>true</default>
<_summary>Prompt when replying privately to list messages</_summary>