Add mutt and offlineimap config to edit mails on the terminal easily

This commit is contained in:
2025-10-10 13:18:18 +02:00
parent c1430386c0
commit 4c0c743a33
9 changed files with 209 additions and 0 deletions

7
.config/mutt/mailcap Normal file
View File

@@ -0,0 +1,7 @@
text/html; lynx -force_html -dump %s; copiousoutput
application/pdf; evince %s
application/vnd.openxmlformats-officedocument.wordprocessingml.document; pandoc --from docx --to markdown %s; copiousoutput
application/vnd.oasis.opendocument.text; pandoc --from odt --to markdown %s; copiousoutput
image/png; feh --scale-down %s
image/jpeg; feh --scale-down %s
image/gif; feh --scale-down %s