summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2014-01-15 09:16:16 +0100
committerJani Nikula <jani@nikula.org>2014-01-15 09:16:16 +0100
commitfc25a51668a8bebcbeb6d86f9396b0dcf5bb314f (patch)
tree15c2d6f852e73a16a5f3d1096d48ed60be01b2b2
parent16d8af6c126b57e451b031ea9eb39e2e6f1a617c (diff)
faq change
-rw-r--r--faq.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/faq.mdwn b/faq.mdwn
index c1125a5..6e7a381 100644
--- a/faq.mdwn
+++ b/faq.mdwn
@@ -4,9 +4,9 @@
## 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.