]> git.cworth.org Git - notmuch-wiki/blob - faq.mdwn
add a link to dkg's page about inline pgp
[notmuch-wiki] / faq.mdwn
1 # Frequently Asked Questions
2
3 [[!toc levels=2]]
4
5 ## How come this query matches mails in folder:2013? `notmuch search --output=files folder:inbox`
6
7 You have duplicates of a message (or messages) in both folders.
8
9 Notmuch searches are message based. Multiple files may be associated
10 with the same message (i.e. the files have identical Message-ID). A
11 `folder:` search will match the folder of any of the files. The
12 `--output=files` option outputs all the files of all matching messages.
13
14 ## Shouldn't notmuch support inline PGP?
15
16 [Why it might not be a good idea](https://dkg.fifthhorseman.net/notes/inline-pgp-harmful/)