]> git.rmz.io Git - dotfiles.git/blob - mutt/accounts/wio
mutt: add signature to wio emails
[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 set record = "+wio/sent" # fcc sent message into folder
10 set trash = "+wio/bin" # deleted messages go here
11 set mbox = "+wio/archive"
12 unset move # do not move read msgs, we archive them after 3 months
13
14 # goobook
15 set query_command = "goobook query '%s'"
16
17 mailboxes +wio/inbox
18 mailboxes +wio/sent
19 mailboxes +wio/archive
20 mailboxes +wio/drafts
21 mailboxes +wio/spam
22 mailboxes +wio/bin
23
24 set signature=$my_config_dir/accounts/wio.sig
25
26 macro index,pager gi "<change-folder>+wio/inbox<return>" "go to inbox"
27 macro index,pager ga "<change-folder>+wio/archive<return>" "go to archive"
28 macro index,pager gs "<change-folder>+wio/spam<return>" "go to spam"