summaryrefslogtreecommitdiffstats
path: root/mailcap
diff options
context:
space:
mode:
authorGab Virebent <noreply@virebent.art>2026-05-23 02:48:34 +0200
committerGab Virebent <noreply@virebent.art>2026-05-23 02:48:34 +0200
commit847759f50596b0d992085aa34d7b5b78057aa7ce (patch)
tree30b786fe24a3451f8dbb96c76f097b934abcc677 /mailcap
downloadneomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.gz
neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.xz
neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.zip
Initial public release
Diffstat (limited to 'mailcap')
-rw-r--r--mailcap22
1 files changed, 22 insertions, 0 deletions
diff --git a/mailcap b/mailcap
new file mode 100644
index 0000000..dab0cbb
--- /dev/null
+++ b/mailcap
@@ -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