commit e27771854041997e8e0e889f5ce7c9a82e93bdab
parent b759f255bc9ed4b0caaa350921a0d5b6692d3d34
Author: Karel Křemel <charles@alembiq.net>
Date: Tue, 6 Aug 2019 14:19:23 +0200
adding html emails file extenstion for the browsers to know what to do with it (#259)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mailcap b/share/mailcap
@@ -1,5 +1,5 @@
text/plain; $EDITOR %s ;
-text/html; openfile %s ;
+text/html; openfile %s ; nametemplate=%s.html
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; muttimage %s ; copiousoutput
video/*; setsid mpv --quiet %s &; copiousoutput