From 16d8af6c126b57e451b031ea9eb39e2e6f1a617c Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 15 Jan 2014 09:12:39 +0100 Subject: [PATCH] initial faq --- faq.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 faq.mdwn 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. -- 2.43.0