X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/06d4d4e9d0ff5b63f197d514a314a41eeb5d65be..2bc5cc531c50d87c208965cdc80c0f42df56ecb1:/mutt/accounts/wio?ds=sidebyside diff --git a/mutt/accounts/wio b/mutt/accounts/wio index 3acfef2..bc035c1 100644 --- a/mutt/accounts/wio +++ b/mutt/accounts/wio @@ -4,21 +4,25 @@ set from = "sbenmendil@witekio.com" my_hdr Bcc: sbenmendil@witekio.com set sendmail = "msmtp -a wio" -set spoolfile = "+wio/inbox" # set inbox -set postponed = "+wio/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 +set spoolfile = "+wio/inbox" # set inbox +set postponed = "+wio/drafts" # drafts folder +set record = "+wio/sent" # fcc sent message into folder +set trash = "+wio/bin" # deleted messages go here +set mbox = "+wio/archive" +unset move # do not move read msgs, we archive them after 3 months # goobook set query_command = "goobook query '%s'" -mailboxes "+wio/inbox" -mailboxes "+wio/sent" -mailboxes "+wio/archive" -mailboxes "+wio/drafts" -mailboxes "+wio/spam" -mailboxes "+wio/bin" +mailboxes +wio/inbox +mailboxes +wio/sent +mailboxes +wio/archive +mailboxes +wio/drafts +mailboxes +wio/spam +mailboxes +wio/bin -macro index,pager gi "=wio/inbox" "go to inbox" -macro index,pager ga "=wio/archive" "go to archive" -macro index,pager gs "=wio/spam" "go to spam" +set signature=$my_config_dir/accounts/wio.sig + +macro index,pager gi "+wio/inbox" "go to inbox" +macro index,pager ga "+wio/archive" "go to archive" +macro index,pager gs "+wio/spam" "go to spam"