From 9a1f9be8c6e60b494670adc6fe21d32a9214124d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 14:48:54 +0100 Subject: [PATCH] mail: Switch to imv for images --- office/.config/neomutt/mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/.config/neomutt/mailcap b/office/.config/neomutt/mailcap index c1634ae..d1afae9 100644 --- a/office/.config/neomutt/mailcap +++ b/office/.config/neomutt/mailcap @@ -10,7 +10,7 @@ text/calendar; mutt-ics; copiousoutput application/ics; mutt-ics; copiousoutput # open images externally -image/*; nsxiv %s ; +image/*; imv %s ; # open videos in mpv video/*; mpv --autofit-larger=90\%x90\% %s; needsterminal;