summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-20 23:57:19 +0200
committerGravatar Tom Willemse2014-08-20 23:57:19 +0200
commitbf25df1d466fed7d5f83b83271f640ef8869bb4c (patch)
treecb42e3f6c024611e140d2ab199cd12dcdc608df6 /mutt
parent66e6ded86faf69d3fd70625e8048110850acff3f (diff)
downloaddotfiles-bf25df1d466fed7d5f83b83271f640ef8869bb4c.tar.gz
dotfiles-bf25df1d466fed7d5f83b83271f640ef8869bb4c.zip
Update mutt config
Diffstat (limited to 'mutt')
-rw-r--r--mutt/.mutt/muttrc15
-rw-r--r--mutt/.mutt/ninthfloor.muttrc2
2 files changed, 9 insertions, 8 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index 2af358d..240511d 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -13,7 +13,7 @@ set editor = "emacsclient -c"
# main options
set mbox_type = Maildir # mailbox type
set folder = ~/documents/mail # mailbox location
-set spoolfile = "+ninthfloor/INBOX" # ninthfloor is the default inbox
+set spoolfile = "+ninthfloor/inbox" # ninthfloor is the default inbox
set timeout = 3 # idle time before scanning
set mail_check = 0 # minimum time between scans
set sort_alias = alias # sort alias file by alias
@@ -78,12 +78,13 @@ unignore from: to: cc: date: subject: # show only these
hdr_order from: to: cc: date: subject: # and in this order
# boxes
-mailboxes +arch/INBOX #+arch/archive +arch/sent +arch/drafts +arch/spam +arch/trash
-mailboxes +gmail/INBOX #+gmail/archive +gmail/sent +gmail/drafts +gmail/spam +gmail/trash
-mailboxes +iactor/INBOX #+iactor/INBOX.Admin +iactor/INBOX.Important +iactor/INBOX.Intern +iactor/INBOX.Taken +iactor/Sent +iactor/Drafts +iactor/Trash
-mailboxes +aethon/INBOX
-mailboxes +ninthfloor/INBOX +ninthfloor/mailinglists
-mailboxes +ryuslash.org/INBOX
+mailboxes +arch/inbox #+arch/archive +arch/sent +arch/drafts +arch/spam +arch/trash
+mailboxes +gmail/inbox #+gmail/archive +gmail/sent +gmail/drafts +gmail/spam +gmail/trash
+mailboxes +iactor/inbox #+iactor/INBOX.Admin +iactor/INBOX.Important +iactor/INBOX.Intern +iactor/INBOX.Taken +iactor/Sent +iactor/Drafts +iactor/Trash
+mailboxes +aethon/inbox
+mailboxes +ninthfloor/inbox +ninthfloor/mailinglists
+mailboxes +ryuslash.org/inbox
+mailboxes +ryuslash.alwaysdata/inbox
# always sourced
source $alias_file # required for functionality
diff --git a/mutt/.mutt/ninthfloor.muttrc b/mutt/.mutt/ninthfloor.muttrc
index 16a3358..276e27e 100644
--- a/mutt/.mutt/ninthfloor.muttrc
+++ b/mutt/.mutt/ninthfloor.muttrc
@@ -10,4 +10,4 @@ set postponed = "+ninthfloor/Drafts"
unset signature
macro index E "<change-folder>+ninthfloor/INBOX<enter><limit>~B " "search everything"
-macro index D "<save-message>+ninthfloor/Trash<enter>" "move message to the trash"
+# macro index D "<save-message>+ninthfloor/Trash<enter>" "move message to the trash"