summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2014-01-15 09:12:39 +0100
committerJani Nikula <jani@nikula.org>2014-01-15 09:12:39 +0100
commit16d8af6c126b57e451b031ea9eb39e2e6f1a617c (patch)
tree695d961373a57c46549955c8d30acdbed4f24521
parent59c3b4d66ce19a9dde85e65d5fc5c150e23de209 (diff)
initial faq
-rw-r--r--faq.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/faq.mdwn b/faq.mdwn
new file mode 100644
index 0000000..c1125a5
--- /dev/null
+++ b/faq.mdwn
@@ -0,0 +1,12 @@
+# Frequently Asked Questions
+
+[[!toc levels=2]]
+
+## How come this query matches mails in folder:2013? `notmuch search --output=files folder:inbox`
+
+You have duplicates of the message 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.