commit 3b7e59b92ea0f49b0ea2c5e7510bde3f15d333df parent 579eb0a7fe0b8eb0a4c69cab60306e5f41103762 Author: Daniel Moch <daniel@danielmoch.com> Date: Thu, 4 Jan 2018 06:19:45 -0500 Default to inline display of PDF mail attachments Diffstat:
M | .mailcap | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.mailcap b/.mailcap @@ -1,2 +1,3 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput; +application/pdf; pdftotext '%s' -; copiousoutput; */*; my-open '%s';