aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 12:53:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 12:53:26 +1200
commita3cb9be322b8646e702e66bb47f1e2be62eea69a (patch)
treea49b7fd0734ef96b201ef68aa4f40fc1d57a81ba
parentMerge branch 'release/v9.9.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-9.9.1.tar.gz (sig)
dotfiles-9.9.1.zip
Merge branch 'hotfix/v9.9.1'v9.9.1
* hotfix/v9.9.1: My forward format switching hook doesn't work
-rw-r--r--VERSION4
-rw-r--r--mutt/muttrc13
2 files changed, 6 insertions, 11 deletions
diff --git a/VERSION b/VERSION
index 98010894..bbbf09ed 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.9.0
-Wed, 20 May 2020 11:24:11 +0000
+tejr dotfiles v9.9.1
+Thu, 21 May 2020 00:53:06 +0000
diff --git a/mutt/muttrc b/mutt/muttrc
index 6e542873..d1485718 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -40,15 +40,10 @@ set beep_new
#
unset confirmappend
-# Default to a subject format for forwarded messages that's more familiar to
-# most mail users, unless sending mail to a list where they're more likely to
-# appreciate the nicer default that uses square brackets and the author email
-# address.
-#
-send-hook ~A \
- 'set forward_format = "Fw: %s"'
-send-hook ~l \
- 'reset forward_format'
+# Switch to a subject format for forwarded messages that's more familiar to
+# most mail users.
+#
+set forward_format = 'Fw: %s'
# Cache message headers for speed; this really helps.
#