From 8ced1b500038b1fd1657a0c7609ee7c783befb45 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 18 Oct 2020 22:47:34 +0200 Subject: Mutt configs --- .../mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc (limited to '.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc') diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc new file mode 100644 index 0000000..3fccbf0 --- /dev/null +++ b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc @@ -0,0 +1,39 @@ +# vim: filetype=neomuttrc +# muttrc file for account bousset.rudy@gmail.com +set realname = "Rudy Bousset" +set from = "bousset.rudy@gmail.com" +set sendmail = "msmtp -a bousset.rudy@gmail.com" +alias me Rudy Bousset +set folder = "/home/jozan/.local/share/mail/bousset.rudy@gmail.com" +set header_cache = /home/jozan/.cache/mutt-wizard/bousset.rudy@gmail.com/headers +set message_cachedir = /home/jozan/.cache/mutt-wizard/bousset.rudy@gmail.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 "mw -y bousset.rudy@gmail.com" "run mbsync to sync bousset.rudy@gmail.com" +unmailboxes * + +mailboxes "=INBOX" "=[Gmail].Sent" "=[Gmail].Drafts" "=[Gmail].Spam" "=[Gmail].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 = "+[Gmail].Drafts" # mw-autogenerated +macro index,pager gd "=[Gmail].Drafts" "go to drafts" # mw-autogenerated +macro index,pager Md ";=[Gmail].Drafts" "move mail to drafts" # mw-autogenerated +macro index,pager Cd ";=[Gmail].Drafts" "copy mail to drafts" # mw-autogenerated +set record = "+[Gmail].Sent" # mw-autogenerated +macro index,pager gs "=[Gmail].Sent" "go to sent" # mw-autogenerated +macro index,pager Ms ";=[Gmail].Sent" "move mail to sent" # mw-autogenerated +macro index,pager Cs ";=[Gmail].Sent" "copy mail to sent" # mw-autogenerated +macro index,pager gS "=[Gmail].Spam" "go to spam" # mw-autogenerated +macro index,pager MS ";=[Gmail].Spam" "move mail to spam" # mw-autogenerated +macro index,pager CS ";=[Gmail].Spam" "copy mail to spam" # mw-autogenerated +macro index,pager gt "=[Gmail].Trash" "go to trash" # mw-autogenerated +macro index,pager Mt ";=[Gmail].Trash" "move mail to trash" # mw-autogenerated +macro index,pager Ct ";=[Gmail].Trash" "copy mail to trash" # mw-autogenerated +set trash = "+[Gmail].Trash" # mw-autogenerated -- cgit v1.2.3