https://github.com/sumnerevans/mdf
A custom mutt display filter
https://github.com/sumnerevans/mdf
mutt neomutt
Last synced: 8 months ago
JSON representation
A custom mutt display filter
- Host: GitHub
- URL: https://github.com/sumnerevans/mdf
- Owner: sumnerevans
- License: gpl-3.0
- Created: 2022-06-03T22:14:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-12T05:33:15.000Z (8 months ago)
- Last Synced: 2025-10-12T07:02:56.259Z (8 months ago)
- Topics: mutt, neomutt
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdf (Mutt Display Filter)
A custom mutt display filter. It has two components: a daemon for minifying URLs
and an executable to use as the display filter.
## Features
* URL shortening (works by running a redirecter daemon which serves redirect
pages)
* Email formatting normalization
* Date header normalization to local timezone
* Git diff highlighting
## Redirecter Usage
Note that it is not guaranteed to generate unique IDs, but that's fine since
they are random enough.
### `POST /new`
Create a new redirect page. Send the URL in the body of the request.
Returns an ID to use below.
### `GET /{id}`
Serve a redirect page.