Releases: aladac/mutt-rs
Releases · aladac/mutt-rs
v0.1.0 - Initial Release
Features
- HTML to text conversion using w3m (handles complex email layouts)
- Colored output - cyan headers, yellow labels
- Table borders with box-drawing characters (┌─┐ │ └─┘)
- Unicode-aware text alignment (Polish złoty, etc.)
- URL stripping for cleaner output
- Fallback to html-to-markdown-rs if w3m unavailable
Installation
cargo install --git https://github.com/aladac/mutt-rsUsage
In ~/.mailcap:
text/html; ~/.cargo/bin/mu render -i %s; copiousoutput
In ~/.config/neomutt/neomuttrc:
set allow_ansi = yes