From 371930f2b760c89014d15fb7e5c35fae8f69140e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 23 Sep 2012 21:34:45 -0300 Subject: [PATCH] add quick and dirty tip for the gnus-inhibit-images problem --- emacstips.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. ----- -- 2.43.0