From b2d693618013ec9a6d4af6a2d4ea082af8cbaa52 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 May 2020 12:29:16 +1200 Subject: My forward format switching hook doesn't work --- mutt/muttrc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'mutt') 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. # -- cgit v1.2.3