diff options
| author | Gab Virebent <noreply@virebent.art> | 2026-05-23 02:48:34 +0200 |
|---|---|---|
| committer | Gab Virebent <noreply@virebent.art> | 2026-05-23 02:48:34 +0200 |
| commit | 847759f50596b0d992085aa34d7b5b78057aa7ce (patch) | |
| tree | 30b786fe24a3451f8dbb96c76f097b934abcc677 /mailcap | |
| download | neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.gz neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.xz neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.zip | |
Initial public release
Diffstat (limited to 'mailcap')
| -rw-r--r-- | mailcap | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +# Mailcap per NeoMutt + +# HTML - visualizza nel terminale con lynx (dipendenza: lynx) +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput + +# HTML - apri in browser (sostituisci firefox con il tuo browser) +text/html; firefox %s; nametemplate=%s.html + +# Immagini +image/*; firefox %s +image/png; firefox %s +image/jpeg; firefox %s +image/gif; firefox %s + +# PDF +application/pdf; firefox %s + +# Documenti Office +application/msword; libreoffice %s +application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s +application/vnd.ms-excel; libreoffice %s +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; libreoffice %s |
