]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
use $HOME where ~ (usually) does not expand
[notmuch-wiki] / emacstips.mdwn
index b42e64716fbcf9082a39513307e45f9ffd89c2a4..2b0b1d54f30300b8f29ec2dafc0b249009d50abb 100644 (file)
@@ -308,6 +308,9 @@ SMTP server via TCP connection. It is pretty easy to configure:
         ;;    smtpmail-debug-verb t
               message-send-mail-function 'message-smtpmail-send-it)
 
+Note that emacs 24 or newer is required for `smtpmail-stream-type`
+(and smtp authentication) to be effective.
+
 More information for smtpmail is available:
 
 * In Emacs: `M-x info-display-manual smtpmail`
@@ -448,7 +451,7 @@ part.
 
 Encrypted and signed mime messages can be read and verified with:
 
-        (notmuch-crypto-process-mime t)
+        (setq notmuch-crypto-process-mime t)
 
 Decrypting or verifying inline pgp messages can be done by selecting
 an the inline pgp area and and using: