On Tue, 31 Jul 2018 19:41:00 -0500, Christopher Marlow wrote: >> In this case, I would recommend that he set the >> composer-no-signature-delim preference (on org.gnome.evolution.mail, >> I don't see a UI for that) so that it isn't automatically added, and >> manually adds a "-- \n" above "Main Email address". > > I wonder how I can do that since i'm use the KDE desktop > environment?
Hi, open a terminal and use gsettings. [rocketmouse@archlinux ~]$ gsettings get org.gnome.evolution.mail composer-no-signature-delim false [rocketmouse@archlinux ~]$ gsettings set org.gnome.evolution.mail composer-no-signature-delim true [rocketmouse@archlinux ~]$ gsettings get org.gnome.evolution.mail composer-no-signature-delim true [rocketmouse@archlinux ~]$ gsettings set org.gnome.evolution.mail composer-no-signature-delim false [rocketmouse@archlinux ~]$ gsettings get org.gnome.evolution.mail composer-no-signature-delim false > PS, I don't understand why when you hit the REPLY TO GROUP button, EVO > wants to reply both privately to that person and post publically to > the group at the same time? You need to set up Evolution's 'Group Reply' to invoke a mailing list reply, if a mailing list header isn't missing and there should be no bad 'Reply-To' header. If you avoid receiving duplicated messages from a mailing list, assuming somebody should reply to you and Cc the mailing list or vice versa, the mailing list headers are missing. I don't remember how Evolution's 'Group Reply' behaves, if a mailing list shouldn't override 'Reply To' and somebody send a mail with a 'Reply To' header. Edit > Preferences > Composer Preferences > General tab > [x] Group reply goes only to mailing list, if possible Right beside the 'Group Reply' button, there should be a 'down arrow' (or similar) icon to open a scroll down menu with the entries 'Reply to All' and 'Reply to List'. Regards, Ralf _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
