X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/858fddc133c9da4bd095c33f45eafa66c37f0488..c605a147f08bc3d660bca9da5cd4884173554a5f:/mutt/accounts/gmail diff --git a/mutt/accounts/gmail b/mutt/accounts/gmail deleted file mode 100644 index 69458e0..0000000 --- a/mutt/accounts/gmail +++ /dev/null @@ -1,23 +0,0 @@ -# vim: ft=muttrc -set realname = "Samir Benmendil" -set from = "me@rmz.io" -my_hdr Bcc: sent@rmz.io -set sendmail = "msmtp -a gmail" - -set spoolfile = "+gmail/inbox" # set inbox -set postponed = "+gmail/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 - -mailboxes "+gmail/inbox" -mailboxes "+gmail/sent" -mailboxes "+gmail/youtube" -mailboxes "+gmail/archive" -mailboxes "+gmail/drafts" -mailboxes "+gmail/spam" -mailboxes "+gmail/bin" - -macro index,pager gi "=gmail/inbox" "go to inbox" -macro index,pager gy "=gmail/youtube" "go to youtube" -macro index,pager ga "=gmail/archive" "go to archive" -macro index,pager gs "=gmail/spam" "go to spam"