From: David Bremner Date: Mon, 24 Sep 2012 00:34:45 +0000 (-0300) Subject: add quick and dirty tip for the gnus-inhibit-images problem X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=371930f2b760c89014d15fb7e5c35fae8f69140e add quick and dirty tip for the gnus-inhibit-images problem --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 8cb9280..1decf63 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -92,6 +92,17 @@ mentioned as script arguments. (Note: The script expects that you have done emacsclient -a '' -c -e "(progn (compose-mail) $attach_cmds)" +## Issues with Emacs 24 + +If notmuch-show-mode behaves badly for you in emacs 24.x try adding one of + + (setq gnus-inhibit-images nil) + +or + + (require 'gnus-art) + +to your .emacs file. -----