muttdown icon indicating copy to clipboard operation
muttdown copied to clipboard

Various improvements to muttdown

Open GrantEdwards opened this issue 7 years ago • 2 comments

  • 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.

GrantEdwards avatar Feb 02 '18 18:02 GrantEdwards

Thanks,

I'll make the suggested changes, run it through flake8, and submit another pull request.

GrantEdwards avatar May 22 '18 21:05 GrantEdwards

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.

Roguelazer avatar May 22 '18 23:05 Roguelazer