Handle missing `File::Remove'.
[nethome.git] / .muttrc.addons
index f273c21..bfe7a75 100644 (file)
@@ -1,12 +1,13 @@
 # System-wide personalization for Mutt
 ######################################
 
-folder-hook ""                         set sort=threads
 # '!' an '=' are expand only as the very first characters.
 # regexes are processed.
 # '$' must follow alpha or '{' to get interpreted as a variable.
-folder-hook "!$"                       set sort=mailbox-order;push "*"
-folder-hook "=(=|sent|spam|err|input)" set sort=mailbox-order;push "*"
+folder-hook ""                   set sort=threads
+folder-hook "!$"                 set sort=mailbox-order;push "*<Tab>"
+folder-hook "=(=|err|rhbug)"     set sort=mailbox-order;push "*<Tab>"
+folder-hook "=(sent|spam|input)" set sort=mailbox-order;push "*"
 bind index <Tab> next-new
 bind pager <Tab> next-new
 bind index <Esc><Tab> previous-new
@@ -51,6 +52,9 @@ set date_format="!%a, %d %b %Y %H:%M:%S %z"   # RFC 2822: 3.3.
 # but %d will place +0000 for %z and thus brokes the timestamp
 set attribution="On %D, %n wrote:"
 unset markers
+# Mailman; FIXME: Patch Mutt to extend it multiline.
+color body brightred default "^_______________________________________________\r?\n$"
+macro index <Esc>m "l~N|~O\n"
 
 
 # Mail command
@@ -76,11 +80,11 @@ set pgp_replysignencrypted
 
 # Ignore headers
 ################
-ignore received content- mime-version status x-status message-id sender
+ignore received content- mime-version status x-status sender
 ignore references return-path lines precedence x-authentication-warning
 ignore list-help list-subscribe list-unsubscribe list-post list-archive
 ignore x-mimetrack priority x-priority importance x-mime-autoconverted
-ignore x-accept-language resent-message-id x-sender x-antirelay
+ignore x-accept-language x-sender x-antirelay
 ignore x-msmail-priority x-mimeole x-pop3-rcpt delivered-to
 
 # Colors