aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 21:27:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 21:27:22 +1200
commit8761d0a1b8429e3b09bc3a32d78a84a99d102969 (patch)
treeb5f13dd2d079380d197ff3f93f029b0f218c3253 /mutt
parentMerge Debian stock Mutt colors properly under mine (diff)
downloaddotfiles-8761d0a1b8429e3b09bc3a32d78a84a99d102969.tar.gz
dotfiles-8761d0a1b8429e3b09bc3a32d78a84a99d102969.zip
Merge in remaining /etc/Muttrc settings
Most of them I don't care about, but these are or at least seem important. This makes my configuration more system-independent.
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc.m418
1 files changed, 17 insertions, 1 deletions
diff --git a/mutt/muttrc.m4 b/mutt/muttrc.m4
index d0295e8c..e9fee2fd 100644
--- a/mutt/muttrc.m4
+++ b/mutt/muttrc.m4
@@ -26,6 +26,14 @@ set query_command = 'abook --mutt-query %s'
# Alerts
set beep_new = yes
+# Attachments
+attachments +A */.*
+attachments -A text/x-vcard application/pgp.*
+attachments -A application/x-pkcs7-.*
+attachments +I text/plain
+attachments -A message/external-body
+attachments -I message/external-body
+
# Caching
set header_cache = '~/.cache/mutt/headers'
@@ -53,7 +61,9 @@ set move = no
set mark_old = no
# Headers
-hdr_order Date From To Cc
+ignore *
+unignore Date From To Cc Subject
+hdr_order Date From To Cc Subject
set edit_headers = yes
# Index
@@ -74,6 +84,9 @@ set confirmcreate = yes
# Menus
set menu_context = 1
+# MIME
+mime_lookup application/octet-stream
+
# Pager
set pager_context = 1
set pager_format = '%4C %Z %[!%b %e at %I:%M %p] %.20n %s%* -- (%P)'
@@ -99,6 +112,9 @@ set sort_aux = 'last-date-received'
set strict_threads = yes
set thorough_search = yes
+# SSH
+set time_inc=250
+
# Encryption settings
set crypt_replysign = yes
set crypt_replyencrypt = yes