aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-20 10:56:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-20 10:56:03 +1200
commit36ea801b670ec96e1e7b4893b987651664664daa (patch)
treed20fd1e002502282360def85c17a56bb49e86f3a
parentBreak up some long lines in install-mutt target (diff)
downloaddotfiles-36ea801b670ec96e1e7b4893b987651664664daa.tar.gz
dotfiles-36ea801b670ec96e1e7b4893b987651664664daa.zip
Break path options in muttrc consistently
-rw-r--r--mutt/muttrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 161385db..da13f3f8 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -38,14 +38,16 @@ send-hook ~l \
# Cache message headers for speed; this really helps.
#
-set header_cache = ~/.cache/mutt/headers
+set header_cache \
+ = ~/.cache/mutt/headers
# Save command history; this saves other kinds of history as well, but all
# I really want is to be able to run the same commands again even after I quit
# Mutt. We can afford to keep 2^8 of these, since it's the future and all.
#
+set history_file = \
+ ~/.cache/mutt/history
set history = 256
-set history_file = ~/.cache/mutt/history
set save_history = $history
# Always put a quoted copy of the whole message in a reply text for me to chop
@@ -158,7 +160,8 @@ send-hook '!~G !~g' 'push <pgp-menu><enter>'
# use, but don't store its keys in our primary keyring.
#
set autocrypt
-set autocrypt_dir = ~/.local/share/mutt/autocrypt
+set autocrypt_dir \
+ = ~/.local/share/mutt/autocrypt
# Set custom filter to generate an HTML part for plain-text messages in
# Markdown style; defaults to off, per God's will and common decency