# vim: filetype=neomuttrc # muttrc file for account david.julien@centrale-marseille.fr set realname = "David JULIEN" set from = "david.julien@centrale-marseille.fr" set sendmail = "msmtp -a david.julien@centrale-marseille.fr" alias me david.julien set folder = "/home/swytch/.local/share/mail/david.julien@centrale-marseille.fr" set header_cache = /home/swytch/.cache/mutt/david.julien@centrale-marseille.fr/headers set message_cachedir = /home/swytch/.cache/mutt/david.julien@centrale-marseille.fr/bodies set mbox_type = Maildir set crypt_autosign = yes set pgp_sign_as = "0x9F46CD164AE1E813" 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/centrale.signature" unmacro index o macro index o "mailsync" "run mbsync to sync david.julien@centrale-marseille.fr" mailboxes "=Sent" "=Drafts" "=Trash" "=Fanfare" 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 = "+Drafts" macro index,pager gd "=Drafts" "go to drafts" macro index,pager Md ";=Drafts" "move mail to drafts" macro index,pager Cd ";=Drafts" "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 gf "=Fanfare" "go to fanfare" macro index,pager Mf ";=Fanfare" "move mail to fanfare" macro index,pager Cf ";=Fanfare" "copy mail to fanfare"