2026-03-11 22:17:07 +01:00
2026-03-16 09:39:08 +01:00
2026-03-12 18:17:03 +01:00
2026-03-11 22:17:07 +01:00

There's not much fuzz about emails.

Yousef Akbar developed a lovely notmuch plugin for neovim. But since lately I find myself preferring vim over neovim, i was left with two options: adapt the plugin to vim, or write a shell script instead. This application is built around the second route. This is a POSIX-compliant script with internal awk elements for handling your notmuch-organized emails. You are free to choose whatever editor you prefer for writing emails.

Requirements and Installation

Requirements

This is a POSIX-compliant shell script with inline awk elements that makes calls to:

  • the command-line fuzzy finder fzf,
  • the command-line email system notmuch

Installation

Run ./scripts/build.sh, then copy nmf to your preferred location, e.g., ~/.local/bin, and make it executable.

Description
A fzf-based email application on top of notmuch.
Readme 75 KiB
Languages
Shell 96.1%
Awk 3.9%