# vim: filetype=neomuttrc # muttrc file for account david.julien@etu.univ-lyon1.fr set realname = "David JULIEN" set from = "david.julien@etu.univ-lyon1.fr" set sendmail = "msmtp -a david.julien@etu.univ-lyon1.fr" alias me david.julien set folder = "/home/swytch/.local/share/mail/david.julien@etu.univ-lyon1.fr" set header_cache = /home/swytch/.cache eomutt/david.julien@etu.univ-lyon1.fr/headers set message_cachedir = /home/swytch/.cache eomutt/david.julien@etu.univ-lyon1.fr/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 unmailboxes * unalternates * unset signature unmacro index o macro index o "mw -y david.julien@etu.univ-lyon1.fr" "run mbsync to sync david.julien@etu.univ-lyon1.fr" mailboxes "=Sent Items" "=Drafts" "=Trash" "=INBOX" set record = "+Sent Items" macro index,pager gs "=Sent Items" "go to sent" macro index,pager Ms ";=Sent Items" "move mail to sent" macro index,pager Cs ";=Sent Items" "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"