muttrc: iconv with UTF-8 rather than UTF8

UTF-8 is more portable, UTF8 seems to be a gnu-ism
This commit is contained in:
xfnw 2023-02-19 00:08:44 -05:00
parent 77c892ab9f
commit 1889159aec
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ macro index gs "<change-folder>=Spam<enter>" "Go to Spam"
macro index gS "<change-folder>=Sent<enter>" "Go to Sent"
macro index gd "<change-folder>=Drafts<enter>" "Go to Drafts"
macro index gt "<change-folder>=Trash<enter>" "Go to Trash"
macro attach 'V' "<pipe-entry>iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html<enter><shell-escape>$BROWSER ~/.cache/mutt/mail.html<enter>"
macro attach 'V' "<pipe-entry>iconv -c --to-code=UTF-8 > ~/.cache/mutt/mail.html<enter><shell-escape>$BROWSER ~/.cache/mutt/mail.html<enter>"
source ~/.local/share/mutt/gpg.rc
source "gpg -d ~/.mutt/passwords.gpg |"