]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/accounts/wio
mutt: tidy mailboxes definitions
[dotfiles.git] / mutt / accounts / wio
index 3acfef20c43a2ff377fe968495746d205bba5ab6..20af2d1d974ce10b43c4f283bab8edabdaa9a2d7 100644 (file)
@@ -4,21 +4,23 @@ 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 "<change-folder>=wio/inbox<return>"   "go to inbox"
-macro index,pager ga "<change-folder>=wio/archive<return>" "go to archive"
-macro index,pager gs "<change-folder>=wio/spam<return>"    "go to spam"
+macro index,pager gi "<change-folder>+wio/inbox<return>"   "go to inbox"
+macro index,pager ga "<change-folder>+wio/archive<return>" "go to archive"
+macro index,pager gs "<change-folder>+wio/spam<return>"    "go to spam"