]> git.cworth.org Git - notmuch-wiki/blobdiff - notmuch-emacs.mdwn
news for notmuch 0.33.1
[notmuch-wiki] / notmuch-emacs.mdwn
index 6b7eccd17e74fe01fe738afbaef7030252e7ce36..bc42d1af8ffc8b167de3f379e32b3627b3b890df 100644 (file)
@@ -91,7 +91,7 @@ When composing new messages, you will be entered in Emacs's
 messages.  When in message mode, you can type `C-c ?` for help.
 
 If you would like to use address autocompletion when composing
-messages, see [address completion](emacstips#index13h2).
+messages, see [address completion](/emacstips#index13h2).
 
 When you are ready to send a message, type `C-c C-c`. By default
 message mode will use your sendmail command to send mail, so make sure
@@ -132,3 +132,7 @@ mentioned as script arguments. (Note: The script expects that you have
             shift
         done
         emacsclient -a '' -c -e "(progn (compose-mail) $attach_cmds)"
+
+Also, if you're the kind of person who forgets to add attachments,
+there's a cure for that disease. See [Never forget
+attachments](/emacstips#index27h2) for all the details.