[PATCH 2/4] lib: add clarification about the use of "prefix" in the docs.
David Bremner
david at tethera.net
Tue Mar 12 17:47:10 PDT 2019
---
lib/database.cc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/database.cc b/lib/database.cc
index fc42c4ba..f33f0af6 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -63,6 +63,12 @@ typedef struct {
* We currently have three different types of documents (mail, ghost,
* and directory) and also some metadata.
*
+ * There are two kinds of prefixes used in notmuch. There are the
+ * human friendly 'prefix names' like "thread:", which are also used
+ * in the query parser, and the actual prefix terms in the database
+ * (e.g. "G"). The correspondence is maintained in the file scope data
+ * structure 'prefix_table'.
+ *
* Mail document
* -------------
* A mail document is associated with a particular email message. It
--
2.20.1
More information about the notmuch
mailing list