From 847759f50596b0d992085aa34d7b5b78057aa7ce Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Sat, 23 May 2026 02:48:34 +0200 Subject: Initial public release --- mailcap | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mailcap (limited to 'mailcap') 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 -- cgit v1.2.3