diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-05-05 15:08:26 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-05-05 15:08:26 +0200 |
| commit | c5a32d62a30635e42320f00a8c54fbbfb3fff0c4 (patch) | |
| tree | c24300e917636cb2eb7f7cfaa0876b579dbadcd5 | |
| parent | cd5e33da517352d17b4c0ff93df5092eb6bb4001 (diff) | |
| download | dotfiles-c5a32d62a30635e42320f00a8c54fbbfb3fff0c4.tar.gz dotfiles-c5a32d62a30635e42320f00a8c54fbbfb3fff0c4.tar.bz2 dotfiles-c5a32d62a30635e42320f00a8c54fbbfb3fff0c4.zip | |
fix mailcap und utf-8 Darstellung in NeoMutt
| -rw-r--r-- | mailcap/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailcap/mailcap b/mailcap/mailcap index 25daa37..f9aedaf 100644 --- a/mailcap/mailcap +++ b/mailcap/mailcap | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | text/html; /usr/local/bin/lynx -dump -force_html %s; needsterminal; copiousoutput; | 1 | text/html; /usr/local/bin/lynx -dump -display_charset=utf-8 -force_html %s; needsterminal; copiousoutput; |
| 2 | application/pdf; /usr/local/bin/xreader %s | 2 | application/pdf; /usr/local/bin/xreader %s |
| 3 | image/*; /usr/local/bin/ristretto %s | 3 | image/*; /usr/local/bin/ristretto %s |
