From 1d0ec14eede19fe4d0cd967e87305b5a749075d4 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 11 Feb 2025 15:23:05 +0100 Subject: [PATCH] fix(mailcap): using xdg-open for application/* did not work --- mailcap/.mailcap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailcap/.mailcap b/mailcap/.mailcap index 2fad86b..fef0bd5 100644 --- a/mailcap/.mailcap +++ b/mailcap/.mailcap @@ -3,4 +3,4 @@ video/*; mpv %s text/html; w3m -I %{charset} -T text/html; copiousoutput; text/calendar; mutt-ics; copiousoutput application/ics; mutt-ics; copiousoutput -*/*; xdg-open "%s" +application/*; xdg-open %s;