# vim: filetype=neomuttrc # muttrc file for account email@adress.you set realname = "David JULIEN" set from = "david.julien@mailo.com" set sendmail = "msmtp -a david.julien@mailo.com" alias me david.julien set folder = "/home/swytch/.local/share/mail/david.julien@mailo.com" set header_cache = /home/swytch/.cache/mutt/david.julien@mailo.com/headers set message_cachedir = /home/swytch/.cache/mutt/david.julien@mailo.com/bodies set mbox_type = Maildir set crypt_autosign = yes set pgp_sign_as = "0x86C2FBBE4A4F0F7F" 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 unmailboxes * unalternates * set signature="/home/swytch/.config/mutt/accounts/mailo.signature" unmacro index o macro index o "mailsync" "run mbsync to sync david.julien@mailo.com" mailboxes "=sent" "=draftbox" "=trash" "=INBOX" "=farigoule" "=promo_fanfare" "=mediapart" "=git" "=sosh" set record = "+sent" macro index,pager gs "=sent" "go to sent" macro index,pager Ms ";=sent" "move mail to sent" macro index,pager Cs ";=sent" "copy mail to sent" set postponed = "+draftbox" macro index,pager gd "=draftbox" "go to drafts" macro index,pager Md ";=draftbox" "move mail to drafts" macro index,pager Cd ";=draftbox" "copy mail to drafts" macro index,pager gt "=trash" "go to trash" macro index,pager Mt ";=trash" "move mail to trash" macro index,pager Ct ";=trash" "copy mail to trash" set trash = "+trash" macro index,pager gi "=INBOX" "go to inbox" macro index,pager Mi ";=INBOX" "move mail to inbox" macro index,pager Ci ";=INBOX" "copy mail to inbox" set spoolfile = "+INBOX" macro index,pager gf "=farigoule" "go to farigoule" macro index,pager Mf ";=farigoule" "move mail to farigoule" macro index,pager Cf ";=farigoule" "copy mail to farigoule" macro index,pager gp "=promo_fanfare" "go to promo_fanfare" macro index,pager Mp ";=promo_fanfare" "move mail to promo_fanfare" macro index,pager Cp ";=promo_fanfare" "copy mail to promo_fanfare" macro index,pager gm "=mediapart" "go to mediapart" macro index,pager Mm ";=mediapart" "move mail to mediapart" macro index,pager Cm ";=mediapart" "copy mail to mediapart" macro index,pager gg "=git" "go to git" macro index,pager Mg ";=git" "move mail to git" macro index,pager Cg ";=git" "copy mail to git" macro index,pager gh "=sosh" "go to sosh" macro index,pager Mh ";=sosh" "move mail to sosh" macro index,pager Ch ";=sosh" "copy mail to sosh"