X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1eda53ae9fe03d08f9e56076a82b6766ff431c28..fd3c60728cdf8ddd40289bdfdb2054aa4ec607e8:/mutt/accounts/fpp?ds=sidebyside diff --git a/mutt/accounts/fpp b/mutt/accounts/fpp new file mode 100644 index 0000000..d1b1114 --- /dev/null +++ b/mutt/accounts/fpp @@ -0,0 +1,24 @@ +# vim: ft=muttrc +set realname = "Samir Benmendil" +set from = "samir@fppnt.com" +my_hdr Bcc: samir@fppnt.com +set sendmail = "msmtp -a fpp" + +set spoolfile = "+fpp/inbox" # set inbox +set postponed = "+fpp/drafts" # drafts folder +unset record # do not move sent msgs to a folder, gmail does that +unset move # do not move read msgs, gmail does that + +# goobook +set query_command = "goobook query '%s'" + +mailboxes "+fpp/inbox" +mailboxes "+fpp/sent" +mailboxes "+fpp/archive" +mailboxes "+fpp/drafts" +mailboxes "+fpp/spam" +mailboxes "+fpp/bin" + +macro index,pager gi "=fpp/inbox" "go to inbox" +macro index,pager ga "=fpp/archive" "go to archive" +macro index,pager gs "=fpp/spam" "go to spam"