mu-wizard

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

commit 074e44d2375374910333f7354c1b54dc80deb265
parent 76f5844f4dbf9f07f2e855a69f65c94000469f5e
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  6 Nov 2020 23:11:15 +0300

set_accountlisp(): fix shortcuts, add mu4e-sent-folder

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

diff --git a/bin/muw b/bin/muw @@ -214,9 +214,10 @@ set_accountlisp() { (mu4e-sent-messages-behavior . '$msg_behavior) (mu4e-drafts-folder . "/$title/${drafts:=Drafts}") (mu4e-trash-folder . "/$title/${trash:=Trash}") + (mu4e-sent-folder . "/$title/${sent:=Sent}") (mu4e-maildir-shortcuts . (("/$title/${inbox:-INBOX}" . ?i) ("/$title/$drafts" . ?d) - ("/$title/${sent:-Drafts}" . ?s))) + ("/$title/${sent:-Sent}" . ?s))) (user-full-name . "$realname")))) EOF