From 39f029945ca1578c91b43b3deb5ddd076e5a7598 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 12 Feb 2016 14:51:09 +0100 Subject: using gnu stow for dotfiles now --- mutt/.mutt/mailcap | 10 ++++++++++ mutt/.mutt/work.rc | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 mutt/.mutt/mailcap create mode 100644 mutt/.mutt/work.rc (limited to 'mutt') diff --git a/mutt/.mutt/mailcap b/mutt/.mutt/mailcap new file mode 100644 index 0000000..fc25715 --- /dev/null +++ b/mutt/.mutt/mailcap @@ -0,0 +1,10 @@ +text/html; firefox %s &>/dev/null; test=test -n "$DISPLAY"; needsterminal +text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput +text/plain; less %s +application/x-pdf; mupdf %s +application/pdf; mupdf %s +application/octet-stream; mupdf %s +image/jpeg; feh %s +image/pjpeg; feh %s +image/png; feh %s +image/gif; feh %s diff --git a/mutt/.mutt/work.rc b/mutt/.mutt/work.rc new file mode 100644 index 0000000..cce5baf --- /dev/null +++ b/mutt/.mutt/work.rc @@ -0,0 +1,8 @@ +color status red color231 +set from = "simianer@cl.uni-heidelberg.de" +set sendmail = "/usr/bin/msmtp -a work" +set record = "+simianer@cl.uni-heidelberg.de/all" +set postponed = "+simianer@cl.uni-heidelberg.de/drafts" +macro index,pager S "+simianer@cl.uni-heidelberg.de/all" +set spoolfile = "+simianer@cl.uni-heidelberg.de/inbox" + -- cgit v1.2.3