From 401d2c7f840f9868c2a5daf441709c74482b25be Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 1 Feb 2017 22:44:08 +0000 Subject: [PATCH] mutt: only use utf8 ascii could be fine but utf8 rules! --- mutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/muttrc b/mutt/muttrc index cc20e15..834ee21 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -85,7 +85,7 @@ source ~/.mutt/mailboxes # source mailboxes generetated by offlineima # SMTP: msmtp (with queue) set sendmail = ~/.msmtp/msmtpq # use msmtp message queue set sendmail_wait = -1 # fork sendmail to the background -set send_charset="us-ascii:utf-8" # only use ascii and utf8 +set send_charset="utf-8" # only utf8 # GnuPG set crypt_autosign = yes # autosign messages -- 2.48.1