X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=faq.mdwn;fp=faq.mdwn;h=652d33015b4afe427bec0784d36a43c6a3b1b306;hp=7e41e961b576e79a6c405d626d5a5937b6869c8d;hb=7b273f786ab0355044cbc4cb059ad918abbb2a35;hpb=dcd9cd78af2d41b45b5c53a5f89d0127637098c2 diff --git a/faq.mdwn b/faq.mdwn index 7e41e96..652d330 100644 --- a/faq.mdwn +++ b/faq.mdwn @@ -12,6 +12,19 @@ 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. +## How come this query does not list all the emails on the file system? `notmuch search --output=files -- folder:inbox` + +You may have emails that only have some of the excluded tags. + +Notmuch can be configured to exclude some tags while searching. You can list excluded tags with + + $ notmuch config get search.exclude_tags + deleted + +To verify this is the reason of the discrepancy, add the excluded tags explicitly to your query. + + $ notmuch search --output=files -- folder:inbox tag:deleted + ## Shouldn't notmuch support inline PGP? [Why it might not be a good idea](https://dkg.fifthhorseman.net/notes/inline-pgp-harmful/)