From: Samir Benmendil Date: Wed, 1 Feb 2017 22:44:08 +0000 (+0000) Subject: mutt: only use utf8 X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/401d2c7f840f9868c2a5daf441709c74482b25be?ds=sidebyside mutt: only use utf8 ascii could be fine but utf8 rules! --- 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