muttdown
muttdown copied to clipboard
Various improvements to muttdown
-
Only remove the first occurance of the sigil, and add option to also remove it from plaintext version.
-
Allow main.py to run without installing (useful during development).
-
Add '!p' sigil that just encloses everything in pre /pre tags. Useful when you want to send ascii diagrams to HTML users.
-
Allow user to specify markdown extensions.
-
Return failure if sendmail subprocess fails.
-
Add 'utf8' option to tell muttdown to treat text/plain message as UTF8 when converting.
Thanks,
I'll make the suggested changes, run it through flake8, and submit another pull request.
I also have another branch that adds working unit tests (well sort of) so you might want to wait until I land #6 and then rebase on master.
-- James Brown, currently mobile
On May 22, 2018, at 14:13, Grant Edwards [email protected] wrote:
Thanks,
I'll make the suggested changes, run it through flake8, and submit another pull request.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.