X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ddfc9a134b800510fd37a3a6673ffd187fb01e7f..06d4d4e9d0ff5b63f197d514a314a41eeb5d65be:/mutt/accounts/fpp diff --git a/mutt/accounts/fpp b/mutt/accounts/fpp deleted file mode 100644 index d1b1114..0000000 --- a/mutt/accounts/fpp +++ /dev/null @@ -1,24 +0,0 @@ -# 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"