]> git.rmz.io Git - dotfiles.git/blob - mutt/accounts/wio
mail: setup wio email account + remove fpp
[dotfiles.git] / mutt / accounts / wio
1 # vim: ft=muttrc
2 set realname = "Samir Benmendil"
3 set from = "sbenmendil@witekio.com"
4 my_hdr Bcc: sbenmendil@witekio.com
5 set sendmail = "msmtp -a wio"
6
7 set spoolfile = "+wio/inbox" # set inbox
8 set postponed = "+wio/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 "+wio/inbox"
16 mailboxes "+wio/sent"
17 mailboxes "+wio/archive"
18 mailboxes "+wio/drafts"
19 mailboxes "+wio/spam"
20 mailboxes "+wio/bin"
21
22 macro index,pager gi "<change-folder>=wio/inbox<return>" "go to inbox"
23 macro index,pager ga "<change-folder>=wio/archive<return>" "go to archive"
24 macro index,pager gs "<change-folder>=wio/spam<return>" "go to spam"