From a536cce04b1b1bc4e921aa4568065acabb64dc41 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 8 Apr 2022 11:42:49 +0200 Subject: New mutt account, new script --- .../mutt/accounts/2-rbousset@secuserve.com.muttrc | 36 ++++++++++++++++++++++ .config/mutt/muttrc | 1 + 2 files changed, 37 insertions(+) create mode 100644 .config/mutt/accounts/2-rbousset@secuserve.com.muttrc (limited to '.config/mutt') diff --git a/.config/mutt/accounts/2-rbousset@secuserve.com.muttrc b/.config/mutt/accounts/2-rbousset@secuserve.com.muttrc new file mode 100644 index 0000000..8cde865 --- /dev/null +++ b/.config/mutt/accounts/2-rbousset@secuserve.com.muttrc @@ -0,0 +1,36 @@ +# vim: filetype=neomuttrc +# muttrc file for account rbousset@secuserve.com +set realname = "Rudy Bousset" +set from = "rbousset@secuserve.com" +set sendmail = "msmtp -a rbousset@secuserve.com" +alias me Rudy Bousset +set folder = "/home/jozan/.local/share/mail/rbousset@secuserve.com" +set header_cache = /home/jozan/.cache/mutt-wizard/rbousset@secuserve.com/headers +set message_cachedir = /home/jozan/.cache/mutt-wizard/rbousset@secuserve.com/bodies +set mbox_type = Maildir + +bind index,pager gg noop +bind index,pager g noop +bind index,pager M noop +bind index,pager C noop +bind index gg first-entry +macro index o "mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a" "run mbsync to sync rbousset@secuserve.com" +unmailboxes * + +mailboxes "=INBOX" "=Sent\ Mail" "=Drafts" "=Trash" +macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated +macro index,pager Mi ";=INBOX" "move mail to inbox" # mw-autogenerated +macro index,pager Ci ";=INBOX" "copy mail to inbox" # mw-autogenerated +set spoolfile = "+INBOX" # mw-autogenerated +set postponed = "+Drafts" # mw-autogenerated +macro index,pager gd "=Drafts" "go to drafts" # mw-autogenerated +macro index,pager Md ";=Drafts" "move mail to drafts" # mw-autogenerated +macro index,pager Cd ";=Drafts" "copy mail to drafts" # mw-autogenerated +set record = "+Sent" # mw-autogenerated +macro index,pager gs "=Sent\ Mail" "go to sent" # mw-autogenerated +macro index,pager Ms ";=Sent\ Mail" "move mail to sent" # mw-autogenerated +macro index,pager Cs ";=Sent\ Mail" "copy mail to sent" # mw-autogenerated +macro index,pager gt "=Trash" "go to trash" # mw-autogenerated +macro index,pager Mt ";=Trash" "move mail to trash" # mw-autogenerated +macro index,pager Ct ";=Trash" "copy mail to trash" # mw-autogenerated +set trash = "+Trash" # mw-autogenerated diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 6139a02..c295d6c 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -2,3 +2,4 @@ source /home/jozan/.config/mutt/defaults.muttrc source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc # mw-autogenerated macro index,pager i1 'source /home/jozan/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc!;' "switch to bousset.rudy@gmail.com" # mw-autogenerated +macro index,pager i2 'source /home/jozan/.config/mutt/accounts/2-rbousset@secuserve.com.muttrc!;' "switch to rbousset@secuserve.com" # mw-autogenerated -- cgit v1.2.3