Prevent Evolution from accidentally moving a mailfolder
This document (000020878) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Workstation Extension
Situation
Sometimes the targeted folder is accidentally moved instead of opened and dropped into another folder.
The expectation is that Evolution asks the user before moving a folder.
Resolution
Here's how the behaviour can be reset, using "gsettings". There are other methods, like "dconf" editor or even in the Evolution settings, for the sake of simplicity only gsettings is used here.
Read current setting:
foobar@linux-kea6:~> gsettings get org.gnome.evolution.mail prompt-on-folder-drop-move
'always'
Set back to "ask":
foobar@linux-kea6:~> gsettings set org.gnome.evolution.mail prompt-on-folder-drop-move ask
Verify the change:
foobar@linux-kea6:~> gsettings get org.gnome.evolution.mail prompt-on-folder-drop-move
'ask'
After setting "prompt-on-folder-drop-move" key to "ask" Evolution will ask the user before moving the folder.
Glossary:
"gsettings" is the program used to change dconf settings in Gnome
"org.gnome.evolution.mail" is the path inside dconf to find the desired key
"prompt-on-folder-drop-move" is the key controlling the behaviour upon moving a mail folder in evolution
Note that there are other keys which control how Evolution behaves. These can be listed with:
foobar@linux-kea6:~> gsettings list-keys org.gnome.evolution.mail
composer-magic-smileys
composer-use-outbox
prompt-check-if-default-mailer
prompt-on-many-to-cc-recips
...
prompt-on-folder-drop-move
See manpage of gsettings, please .
Cause
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:000020878
- Creation Date: 29-Nov-2022
- Modified Date:30-Nov-2022
-
- SUSE Linux Enterprise Desktop
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com