diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/mailcap | 10 | ||||
-rw-r--r-- | mutt/.mutt/work.rc | 8 |
2 files changed, 18 insertions, 0 deletions
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 "<save-message>+simianer@cl.uni-heidelberg.de/all<enter><enter><sync-mailbox>" +set spoolfile = "+simianer@cl.uni-heidelberg.de/inbox" + |