mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit 43a9c36af2b7610d14eebc53a98a5cd251e1c863
parent 8f5434710b79b737478112fd105439fabac3c887
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon, 16 Nov 2020 14:01:06 +0300

set_accountlisp(): fix mu4e-sent-messages-behaviour

Diffstat:
Mbin/muw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/muw b/bin/muw @@ -208,7 +208,7 @@ set_accountlisp() { :to "$fulladdr"))) :vars '((user-mail-address . "$fulladdr") (message-sendmail-extra-arguments . ("-a" "$title")) - (mu4e-sent-messages-behavior . '$msg_behavior) + (mu4e-sent-messages-behavior . $msg_behavior) (mu4e-drafts-folder . "/$title/${drafts:=Drafts}") (mu4e-trash-folder . "/$title/${trash:=Trash}") (mu4e-sent-folder . "/$title/${sent:=Sent}")