From 44e6edb0413161d43cc30c7ed4fe3731cacad087 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 7 Mar 2011 09:08:09 +0100 Subject: Mutt cleanup and aethon * Cleaned up the various mailbox scripts to keep them in order. * Added an aethon mailbox. --- muttrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'muttrc') 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'" -- cgit v1.2.3-54-g00ecf