]> git.cworth.org Git - notmuch-wiki/blobdiff - notmuch-emacs.mdwn
fix link
[notmuch-wiki] / notmuch-emacs.mdwn
index d14a5c4841316029afb6ef0385b1b54fcb1f47b7..5ced0cf6edabff613447a00b1cca5d6ba7328c51 100644 (file)
@@ -13,9 +13,10 @@ the [[tips and tricks page|emacstips]] for more advanced details.
 
 ## Prerequisites
 
-The Notmuch Emacs interface uses the Notmuch [[command line interface|manpages]]
-to interact with the Notmuch database and your mail store. Please make sure
-you've [[set up Notmuch|getting-started]] first.
+The Notmuch Emacs interface uses the Notmuch [command line
+interface](https://notmuchmail.org/doc/latest/man1/notmuch.html) to
+interact with the Notmuch database and your mail store. Please make
+sure you've [[set up Notmuch|getting-started]] first.
 
 ## Installation
 
@@ -132,3 +133,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.