aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-05-06 19:49:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-05-06 19:49:06 +1200
commit6c58f01c8c5efedea7a7f551a3902e00d940ab8e (patch)
tree2895e786703a4d18e2db5658ff7bb9559edc7923 /mutt/muttrc
parentChanged layout of mail directories (diff)
downloaddotfiles-6c58f01c8c5efedea7a7f551a3902e00d940ab8e.tar.gz
dotfiles-6c58f01c8c5efedea7a7f551a3902e00d940ab8e.zip
Still tweaking Mutt config, nearly happy
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc36
1 files changed, 22 insertions, 14 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 7a3890b8..0ccb37d6 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -6,15 +6,15 @@ set use_from = yes
# SMTP implementation
set sendmail = '/usr/bin/msmtp'
-# Mailbox specifics
-set folder = '~/Mail'
-set header_cache = '~/.cache/mutt/headers'
-set mbox_type = 'Maildir'
+# Mailbox type and location
+set mbox_type = 'Maildir'
+set folder = '~/Mail/'
-# Special submailboxes
-set spoolfile = '=inbox'
-set postponed = '=drafts'
-set record = '=sent'
+# Submailboxes
+set spoolfile = '+inbox'
+set postponed = '+drafts'
+set record = '+sent'
+mailboxes !
# Addresses
set query_command = 'abook --mutt-query %s'
@@ -26,11 +26,18 @@ set reverse_name = yes
# Alerts
set beep_new = yes
+# Caching
+set header_cache = '~/.cache/mutt/headers'
+
# Colors
color indicator black white
color normal white black
color status color84 color22
+# Completion
+bind editor <Tab> complete-query
+bind editor ^T complete
+
# Files
set delete = yes
set move = no
@@ -43,11 +50,12 @@ hdr_order Date From To Cc
my_hdr X-PGP-Key: http://static.sanctum.geek.nz/thomas-ryder.asc
# Interaction
-set wait_key = no
-set quit = ask-yes
+set confirmappend = no
+set wait_key = no
+set quit = ask-yes
# Intervals
-set mail_check = 30
+set mail_check = 5
set sleep_time = 0
# Menus
@@ -78,6 +86,9 @@ set sort_aux = 'last-date-received'
set strict_threads = yes
set thorough_search = yes
+# Signature
+set signature = '~/.mutt/signature'
+
# Encryption settings
set crypt_replysign = yes
set crypt_replysignencrypted = yes
@@ -109,6 +120,3 @@ bind index,pager \Cd half-down
bind generic,index,browser,pager \Cf next-page
bind generic,index,browser,pager \Cb previous-page
-# Show Mutt version
-push V
-