From 37e79dec824738b206a4c78284a0870a26c7d80c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 6 Apr 2012 18:31:41 +0200 Subject: Bug #245025 - Popup confirmation when moving a folder (via drag and drop) --- data/org.gnome.evolution.mail.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') 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 <_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. + + 'ask' + <_summary>Asks whether to copy a folder by drag & drop in the folder tree + <_description>Possible values are: 'never' - do not allow copy with drag & drop of folders in folder tree, 'always' - allow copy with drag & drop of folders in folder tree without asking, or 'ask' - (or any other value) will ask user. + + + 'ask' + <_summary>Asks whether to move a folder by drag & drop in the folder tree + <_description>Possible values are: 'never' - do not allow move with drag & drop of folders in folder tree, 'always' - allow move with drag & drop of folders in folder tree without asking, or 'ask' - (or any other value) will ask user. + true <_summary>Prompt when replying privately to list messages -- cgit