]> git.cworth.org Git - notmuch-wiki/blobdiff - faq.mdwn
contributing: man pages are now under doc directory
[notmuch-wiki] / faq.mdwn
index c1125a57c298c39cd2acdf355c3f45bf6a83e86a..3ea8d37fd9067e1556f7e867a5271c5915cc3f6c 100644 (file)
--- a/faq.mdwn
+++ b/faq.mdwn
@@ -4,9 +4,13 @@
 
 ## How come this query matches mails in folder:2013? `notmuch search --output=files folder:inbox`
 
-You have duplicates of the message in both folders.
+You have duplicates of a message (or messages) in both folders.
 
 Notmuch searches are message based. Multiple files may be associated
 with the same message (i.e. the files have identical Message-ID). A
-folder: search will match the folder of any of the files. The
---output=files option outputs all the files of all matching messages.
+`folder:` search will match the folder of any of the files. The
+`--output=files` option outputs all the files of all matching messages.
+
+## Shouldn't notmuch support inline PGP?
+
+[Why it might not be a good idea](https://dkg.fifthhorseman.net/notes/inline-pgp-harmful/)