dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ce5d158e183e57ba96a9524526ad9f8eb3d5633a
parent d2b8d26d5760c9c131eb192c56969d105c532da3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 15 May 2018 12:20:21 -0400

Do not indicate user agent in outgoing emails

Diffstat:
Mlinks/.mutt/muttrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -111,6 +111,7 @@ set pager_stop=yes # Stop at end of mail instead of displaying next mail set smart_wrap=yes # wrap long lines at a word boundary set markers=no # show + symbol at the start of wrapped lines #set wrap=-1 # wrap lines 1 character from right boundary +set user_agent=no # do not add "User-Agent:" header to outgoing messages # What we consider to be a quote. set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"