From 23ab42a0f19354f0509da92ea649837c86fc8f6d Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 18 May 2023 08:39:00 +0200 Subject: Mailcap hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ mailcap/mailcap | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 mailcap/mailcap diff --git a/install.sh b/install.sh index 365e982..e388c09 100755 --- a/install.sh +++ b/install.sh @@ -40,3 +40,6 @@ cp wyrd/wyrdrc ~/.wyrdrc # nvi cp nexrc/nexrc ~/.nexrc +# mailcap +cp mailcap/mailcap ~/.mailcap + diff --git a/mailcap/mailcap b/mailcap/mailcap new file mode 100644 index 0000000..34e1b7a --- /dev/null +++ b/mailcap/mailcap @@ -0,0 +1,3 @@ +text/html; /usr/local/bin/lynx -dump -force_html %s; needsterminal; copiousoutput; +application/pdf; /usr/local/bin/firefox %s +image/*; /usr/local/bin/ristretto %s -- cgit v1.3