# vim: filetype=neomuttrc # muttrc file for account david.julien@univ-nantes.fr set realname = "David JULIEN" set from = "david.julien@univ-nantes.fr" set sendmail = "msmtp -a david.julien@univ-nantes.fr" alias me david.julien set folder = "$XDG_DATA_HOME/mail/david.julien@univ-nantes.fr" set header_cache = "$XDG_CACHE_HOME/neomutt/david.julien@univ-nantes.fr/headers" set message_cachedir = "$XDG_CACHE_HOME/neomutt/david.julien@univ-nantes.fr/bodies" set mbox_type = Maildir set crypt_autosign = yes set pgp_self_encrypt = yes set pgp_default_key = "0x1DD6B2BA6DD78810" 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="$XDG_CONFIG_HOME/neomutt/accounts/nantes.signature" unmacro index o macro index o "mailsync" "run mbsync to sync david.julien@univ-nantes.fr" mailboxes "=Sent" "=Drafts" "=Trash" "=INBOX" "=thesis" "=admin" "=login" "=publications" "=teaching" "=teaching/X11I020" "=teaching/X11I040" 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 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 gT "=thesis" "go to thesis" macro index,pager MT ";=thesis" "move mail to thesis" macro index,pager CT ";=thesis" "copy mail to thesis" macro index,pager ga "=admin" "go to admin" macro index,pager Ma ";=admin" "move mail to admin" macro index,pager Ca ";=admin" "copy mail to admin" macro index,pager gl "=login" "go to login" macro index,pager Ml ";=login" "move mail to login" macro index,pager Cl ";=login" "copy mail to login" macro index,pager gp "=publications" "go to publications" macro index,pager Mp ";=publications" "move mail to publications" macro index,pager Cp ";=publications" "copy mail to publications" macro index,pager gc2 "=teaching/X11I020" "go to teaching/X11I020" macro index,pager Mc2 ";=teaching/X11I020" "move mail to teaching/X11I020" macro index,pager Cc2 ";=teaching/X11I020" "copy mail to teaching/X11I020" macro index,pager gc4 "=teaching/X11I040" "go to teaching/X11I040" macro index,pager Mc4 ";=teaching/X11I040" "move mail to teaching/X11I040" macro index,pager Cc4 ";=teaching/X11I040" "copy mail to teaching/X11I040"