SUSE Support

Here When You Need Us

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 Desktop
SUSE Linux Enterprise Workstation Extension

Situation

Working on a trackpad and trying to open a mailfolder in Evolution.
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

Actually asking the user is the default, but may accidentally have been set to "always".
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

Actually asking the user is the default in Evolution, but may accidentally have been set to "always" or even "never".

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

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.