]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
add quick and dirty tip for the gnus-inhibit-images problem
authorDavid Bremner <bremner@debian.org>
Mon, 24 Sep 2012 00:34:45 +0000 (21:34 -0300)
committerDavid Bremner <bremner@debian.org>
Mon, 24 Sep 2012 00:34:45 +0000 (21:34 -0300)
emacstips.mdwn

index 8cb9280b4f249c95831d1318eae0b0a898617a63..1decf6363bd776fd31364ea4202acf56e0549dd7 100644 (file)
@@ -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.
 
 -----