Skip to content

Releases: aladac/mutt-rs

v0.1.0 - Initial Release

16 Feb 12:05

Choose a tag to compare

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-rs

Usage

In ~/.mailcap:

text/html; ~/.cargo/bin/mu render -i %s; copiousoutput

In ~/.config/neomutt/neomuttrc:

set allow_ansi = yes