]> git.rmz.io Git - dotfiles.git/blob - mutt/accounts/gmail
vim: remove vimwiki, mainly just using vim-orgmode now
[dotfiles.git] / mutt / accounts / gmail
1 # vim: ft=muttrc
2 set realname = "Samir Benmendil"
3 set from = "samir.benmendil@gmail.com"
4 my_hdr Bcc: samir.benmendil@gmail.com
5 set sendmail = "msmtp -a gmail"
6
7 set spoolfile = "+gmail/inbox" # set inbox
8 set postponed = "+gmail/drafts" # drafts folder
9 unset record # do not move sent msgs to a folder, gmail does that
10 unset move # do not move read msgs, gmail does that
11
12 # goobook
13 set query_command = "goobook query '%s'"
14
15 mailboxes "+gmail/inbox"
16 mailboxes "+gmail/sent"
17 mailboxes "+gmail/youtube"
18 mailboxes "+gmail/archive"
19 mailboxes "+gmail/drafts"
20 mailboxes "+gmail/spam"
21 mailboxes "+gmail/bin"
22
23 macro index,pager gi "<change-folder>=gmail/inbox<return>" "go to inbox"
24 macro index,pager gy "<change-folder>=gmail/youtube<return>" "go to youtube"
25 macro index,pager ga "<change-folder>=gmail/archive<return>" "go to archive"
26 macro index,pager gs "<change-folder>=gmail/spam<return>" "go to spam"