]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
add quick and dirty tip for the gnus-inhibit-images problem
[notmuch-wiki] / emacstips.mdwn
index 2c360b255c0494049361a3548ad9bfe012287e65..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.
 
 -----
 
@@ -122,8 +133,8 @@ a file called `~/.emacs.d/my-notmuch.el`:
         ;; uncomment & modify if you want to use external smtp server to send mail
         ;; (setq smtpmail-smtp-server "smtp.server.tld"
         ;;       message-send-mail-function 'message-smtpmail-send-it)
-       ;; uncomment to debug smtp sending problems
-       ;; (setq smtpmail-debug-info t)
+        ;; uncomment to debug smtp sending problems
+        ;; (setq smtpmail-debug-info t)
 
 Then, add to `.emacs`: