commit b4372619808762717067c3f641f8a26d3887004d parent 10e6fa01e8d76d5df677db8a17bd08f777b71198 Author: Matsuda Kenji <info@mtkn.jp> Date: Sat, 4 Feb 2023 17:26:28 +0900 change pdf viewer to mupdf Diffstat:
M | .config/mutt/mailcap | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap @@ -1,3 +1,3 @@ text/html; firefox %s image/*; sxiv %s -application/pdf; zathura %s +application/pdf; mupdf %s