From 15f1e18b01f83ea548c330aac367b9fdf6b8d476 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Thu, 9 Oct 2025 06:22:12 +0530 Subject: neomutt: mailcap: add mailcap for patch type Signed-off-by: Brahmajit Das --- .config/neomutt/mailcap | 1 + 1 file changed, 1 insertion(+) (limited to '.config/neomutt') diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap index 139f220..5be5627 100644 --- a/.config/neomutt/mailcap +++ b/.config/neomutt/mailcap @@ -2,6 +2,7 @@ text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput text/html; /usr/bin/w3m -I %{charset} -T text/html; copiousoutput; text/plain; nvim %s +text/x-patch; nvim %s #Images image/png; /usr/bin/feh %s -- cgit v1.2.3