X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/08502f46ea9c411e1157dc9828a38977702f75ab..653437cf2b2ba1daa275af7c355c559fd1750bfe:/mutt/accounts/mailfence?ds=sidebyside diff --git a/mutt/accounts/mailfence b/mutt/accounts/mailfence new file mode 100644 index 0000000..4714c72 --- /dev/null +++ b/mutt/accounts/mailfence @@ -0,0 +1,28 @@ +# vim: ft=muttrc +set realname = "Samir Benmendil" +set from = "me@rmz.io" +my_hdr Bcc: sent@rmz.io +set sendmail = "msmtp -a mailfence" + +set spoolfile = "+mailfence/inbox" # set inbox +set postponed = "+mailfence/drafts" # drafts folder +set record = "+mailfence/sent" # fcc sent message into folder +set trash = "+mailfence/trash" # deleted messages go here +set mbox = "+mailfence/archive" +unset move # do not move read msgs, we archive them after 3 months + +# goobook +#TODO +# set query_command = "goobook query '%s'" + +mailboxes "+mailfence/inbox" +mailboxes "+mailfence/sent" +# mailboxes "+mailfence/youtube" +mailboxes "+mailfence/archive" +mailboxes "+mailfence/drafts" +mailboxes "+mailfence/spam" +mailboxes "+mailfence/trash" + +macro index,pager gi "=mailfence/inbox" "go to inbox" +macro index,pager ga "=mailfence/archive" "go to archive" +macro index,pager gs "=mailfence/spam" "go to spam"