On Sun, 2020-07-05 at 20:27 +0200, Andre Klapper wrote:
> On Sun, 2020-07-05 at 16:20 +0200, Tom wrote:
> > But as of now, e.g. mail window does not close on deleting mail.
>
> Feel free to install dconf-editor and then set
> "org.gnome.evolution.mail browser-close-on-delete-or-junk" to "true".
Hi,
if you should in favour of command line and/or you should dislike to
install something, from command line use the dconf command or the
gsettings command, e.g. run
[rocketmouse@archlinux ~]$ gsettings get org.gnome.evolution.mail browser-close-on-delete-or-junk
false
[rocketmouse@archlinux ~]$ gsettings set org.gnome.evolution.mail browser-close-on-delete-or-junk true
[rocketmouse@archlinux ~]$ gsettings get org.gnome.evolution.mail browser-close-on-delete-or-junk
true
gsettings is part of glib2 which already must be installed and dconf
must also already be installed
[rocketmouse@archlinux ~]$ pactree evolution | grep glib2 | head -1
│ │ ├─glib2
[rocketmouse@archlinux ~]$ pactree evolution | grep dconf | head -1
│ │ ├─dconf
so no need to install dconf-editor and to struggle with the editor it.
Regards,
Ralf
_______________________________________________
evolution-list mailing list
[hidden email]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list