dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d3e669bb5fe4cf1c43fe988e7e09cd4c0a871b2d
parent 8042e2cdca6629806222ab8fc792739951e2ee8c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 21 Mar 2023 21:39:02 +0100

mutt: always use my name when sending

Diffstat:
Mneomutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neomutt/muttrc b/neomutt/muttrc @@ -122,7 +122,7 @@ set forward_format = "Fwd: %s" # format of subject when forwarding set forward_decode # decode when forwarding set attribution = "On %d, %n wrote:" # format of quoting header set reply_to # reply to Reply to: field -set reverse_name # reply as whomever it was to +unset reverse_name # always use my name & email instead of whatever was in the To: header set include # include message in replies set forward_quote # include message in forwards set attach_format = "%u%D%I %t%4n %T%.40d (%.40F -> %.40f)%> [%.7m/%.10M, %.6e%?C?, %C?, %s]"