Commit Diff


commit - 6c6960ea3644cde3326d9d4d5fc4b46d9ff9aa22
commit + 6472e4b862f3d31c15cce261c94041f175c53ada
blob - /dev/null
blob + 363a41dc5367eb0c38e2457be3a6b972b89ec195 (mode 644)
--- /dev/null
+++ README.md
@@ -0,0 +1,11 @@
+# mailread
+
+These scripts are used with Neomutt to parse with Lynx any HTML emails masquerading as text/plain, and to clean up long annoying links.
+
+Links greater than 80 characters are saved to `~/.maillinks` and replaced in the message body with an index number.
+The `maillinks.pl` script can be used to retrieve specific links by index number:
+```
+maillinks.pl <index number>
+```
+The `mailread.pl` script should be set in your `.mailcap` for both text/plain and text/html.
+Using copiousoutput is appropriate.