2 set realname = "Samir Benmendil"
3 set from = "sbenmendil@witekio.com"
4 my_hdr Bcc: sbenmendil@witekio.com
5 set sendmail = "msmtp -a wio"
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
13 set query_command = "goobook query '%s'"
15 mailboxes "+wio/inbox"
17 mailboxes "+wio/archive"
18 mailboxes "+wio/drafts"
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"