diff options
Diffstat (limited to 'data/org.gnome.evolution.mail.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 10 |
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 & drop in the folder tree</_summary> + <_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.</_description> + </key> + <key name="prompt-on-folder-drop-move" type="s"> + <default>'ask'</default> + <_summary>Asks whether to move a folder by drag & drop in the folder tree</_summary> + <_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.</_description> + </key> <key name="prompt-on-private-list-reply" type="b"> <default>true</default> <_summary>Prompt when replying privately to list messages</_summary> |