]> git.wh0rd.org - home.git/blobdiff - .config/mutt/main.rc
cros-board: update
[home.git] / .config / mutt / main.rc
index b8c30924d3c3bbc14fb9eb829605e58952f76fe1..187898202bf5efcda1ba2b067e2f2a2469440d10 100644 (file)
@@ -22,6 +22,8 @@ set sort = threads
 set strict_threads = yes
 set sort_browser = alpha
 set sort_aux = last-date-received
+set help = no
+set hide_missing = no
 set hide_thread_subject = yes
 #set menu_scroll = yes
 set pager_context = 10
@@ -29,14 +31,23 @@ set pager_stop = yes
 
 set autoedit = yes
 set editor = "nano -r 80"
+set reply_to = yes
+set followup_to = no
 set fast_reply = yes
-#set reply_regexp = "^(([Rr][Ee]|[aA][wW]):[[:space:]]*)*"
+# The regex is case-insensitive POSIX ERE.  Handle multiple prefixes using diff
+# common languages seen in groups.
+# RE: English/Spanish
+# AW: German
+# SV: Scandinavian
+# 回复: Simplified Chinese (Mandarin)
+# 答复: Same?
+set reply_regexp = "^((re|fwd|aw|sv|答复|回复):[ \t]*)*"
 set include = yes
 
 ignore *
-unignore from date subject to cc x-mailing-list list-id message-id
+unignore from reply-to mail-reply-to date subject to mail-followup-to cc x-mailing-list list-id message-id 
 unhdr_order *
-hdr_order subject from to cc date list-id x-mailing-list message-id
+hdr_order subject from reply-to mail-reply-to to mail-followup-to cc date list-id x-mailing-list message-id
 
 source ~/.config/mutt/bindings.rc
 source ~/.config/mutt/formatting.rc
@@ -48,3 +59,5 @@ source ~/.config/mutt/network.rc
 source ~/.config/mutt/theme.rc
 source ~/.config/mutt/theme/$TERM.rc
 source $alias_file
+
+source ~/.config/mutt/passwords.rc