commit 7124e2ee906e17ef9268b5a8074445ce750207f2 from: Caleb Stein date: Thu Apr 30 10:09:36 2026 UTC update readme commit - 1cd35bc27685475976718547d332dfb00e31c4d3 commit + 7124e2ee906e17ef9268b5a8074445ce750207f2 blob - b812aa83219ab5a7af6912d621bb20580991e873 blob + 0573c00d2311bdf944b02e92a48cb391b3654708 --- README.md +++ README.md @@ -2,10 +2,10 @@ 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 `maillink.pl` script can be used to retrieve specific links by index number: -``` -maillink.pl -``` -The `mailread.pl` script should be set in your `.mailcap` for both text/plain and text/html. -Using copiousoutput is appropriate. +Links greater than 80 characters are saved to ~/.maillinks and replaced in the message body with an index number. +The maillink.pl script can be used to retrieve specific links by index number: + + maillink.pl + +The `mailread.pl` script can be used as a display_filter or set in your .mailcap. +