]> git.notmuchmail.org Git - notmuch/commitdiff
lib: update commentary about path/folder terms
authorDavid Bremner <david@tethera.net>
Wed, 13 Mar 2019 00:47:11 +0000 (21:47 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 31 Mar 2019 15:00:30 +0000 (12:00 -0300)
We missed this when we changed to binary fields.

lib/database.cc

index f33f0af6a7145a603a7ed9eb42bed44c442deba4..09ab9cb037475f7e07a4af5d3ac6dc975c25919e 100644 (file)
@@ -124,9 +124,11 @@ typedef struct {
  *
  * In addition, terms from the content of the message are added with
  * "from", "to", "attachment", and "subject" prefixes for use by the
- * user in searching. Similarly, terms from the path of the mail
- * message are added with "folder" and "path" prefixes. But the
- * database doesn't really care itself about any of these.
+ * user in searching.
+ *
+ * The path of the containing folder is added with the "folder" prefix
+ * (see _notmuch_message_add_folder_terms).  Sub-paths of the the path
+ * of the mail message are added with the "path" prefix.
  *
  * The data portion of a mail document is empty.
  *