]> git.cworth.org Git - notmuch-wiki/commitdiff
document the attachment forgetness fix
authorAntoine Beaupré <anarcat@debian.org>
Fri, 13 Apr 2018 01:01:08 +0000 (21:01 -0400)
committerAntoine Beaupré <anarcat@debian.org>
Fri, 13 Apr 2018 01:01:08 +0000 (21:01 -0400)
I am guessing the header number and email link, i  hope i am getting those right

emacstips.mdwn
notmuch-emacs.mdwn

index 37384940b86e5f93d0482d0e65d167e17a328f2f..4999cdb8ca094739141d7cdd4cffd7ec3115d300 100644 (file)
@@ -819,3 +819,16 @@ can turn the commit hash into a URL pointing there, for example:
                                   "-m" (concat "<" message-id ">")
                                   "-n" "1"
                                   "-f" "%{commit_ref}"))))
+
+## Never forget attachments
+
+Very often we forget to actually attach the file when we send an email
+that's supposed to have an attachment. Did this never happen to you?
+If not, then it will.
+
+There is a hook out there that checks the content of the email for
+keywords and warns you before the email is sent out if there's no
+attachment. This is currently work in progress, but you can already
+add the hook to your `~/.emacs.d/notmuch-config.el` file to test
+it. Details available (and feedback welcome) in the [relevant
+discussion](https://notmuchmail.org/pipermail/notmuch/2018/026414.html).
index d14a5c4841316029afb6ef0385b1b54fcb1f47b7..bc42d1af8ffc8b167de3f379e32b3627b3b890df 100644 (file)
@@ -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.