From aa3266fe607901802892b37acc17915de516d368 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 11 Sep 2014 15:47:43 +0200 Subject: mu4e: show images when displaying messages --- email.el | 1 + 1 file changed, 1 insertion(+) diff --git a/email.el b/email.el index d83630c..6df3f15 100644 --- a/email.el +++ b/email.el @@ -5,6 +5,7 @@ (setq mu4e-use-fancy-chars t) (setq mu4e-html2text-command "html2text -utf8 -width 72") +(setq mu4e-view-show-images t) ; set up email sending with msmtp -- cgit v1.2.3