aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 12:53:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 12:53:52 +1200
commit1b29155efa796a819467d3141bbe0b5b5b3c7ece (patch)
tree8c0d7fd5ced795d5be4e820b8ed98b1442cf6922 /mutt
parentCorrect a muttrc comment (diff)
parentBump VERSION (diff)
downloaddotfiles-1b29155efa796a819467d3141bbe0b5b5b3c7ece.tar.gz
dotfiles-1b29155efa796a819467d3141bbe0b5b5b3c7ece.zip
Merge branch 'hotfix/v9.9.1' into develop
* hotfix/v9.9.1: My forward format switching hook doesn't work
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc13
1 files changed, 4 insertions, 9 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 04eca5ff..62285b2f 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.
#