summaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-07 09:08:09 +0100
committerGravatar Tom Willemsen2011-03-07 09:08:09 +0100
commit44e6edb0413161d43cc30c7ed4fe3731cacad087 (patch)
tree70a64e46ef478ceb7aada6e7fbe1699ff31a1a19 /muttrc
parentb9121c114307f04520545396b000f5f7740c7c25 (diff)
downloaddotfiles-44e6edb0413161d43cc30c7ed4fe3731cacad087.tar.gz
dotfiles-44e6edb0413161d43cc30c7ed4fe3731cacad087.zip
Mutt cleanup and aethon
* Cleaned up the various mailbox scripts to keep them in order. * Added an aethon mailbox.
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index 3516c88..79484bf 100644
--- a/muttrc
+++ b/muttrc
@@ -28,6 +28,7 @@ unset mark_old # read/new is good enough for me
set beep_new # bell on new mails
set pipe_decode # strip headers and eval mimes when piping
set thorough_search # strip headers and eval mimes before searching
+set ascii_chars = yes
# index options
set sort = threads # like gmail
@@ -51,8 +52,8 @@ alternative_order text/plain text/enriched text/html # save html for last
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
# formats
-#set date_format = "%m/%d/%y at %I:%M%P"
-set index_format = "%3C [%Z] %D %-15.15F %s"
+set date_format = "%d %b %H:%M"
+set index_format = "%3C %Z %D [%-12.12F] %s"
set alias_format = "%4n %t %-20a %r"
# composing mail
@@ -81,6 +82,7 @@ hdr_order from: to: cc: date: subject: # and in this order
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
# always sourced
source $alias_file # required for functionality
@@ -91,6 +93,7 @@ source ~/.mutt/arch.muttrc # source arch as default
folder-hook arch/* source ~/.mutt/arch.muttrc
folder-hook gmail/* source ~/.mutt/gmail.muttrc
folder-hook iactor/* source ~/.mutt/iactor.muttrc
+folder-hook aethon/* source ~/.mutt/aethon.muttrc
# abook
set query_command = "abook --mutt-query '%s'"