mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 07:11:41 +01:00
lib: drop comment about only indexing one file.
Although the situation is complicated by the value fields (which are taken from a single file), this comment is now more false than true.
This commit is contained in:
parent
1e69bb6f46
commit
2717ff96a7
1 changed files with 4 additions and 5 deletions
|
@ -66,11 +66,10 @@ typedef struct {
|
||||||
* Mail document
|
* Mail document
|
||||||
* -------------
|
* -------------
|
||||||
* A mail document is associated with a particular email message. It
|
* A mail document is associated with a particular email message. It
|
||||||
* is stored in one or more files on disk (though only one has its
|
* is stored in one or more files on disk and is uniquely identified
|
||||||
* content indexed) and is uniquely identified by its "id" field
|
* by its "id" field (which is generally the message ID). It is
|
||||||
* (which is generally the message ID). It is indexed with the
|
* indexed with the following prefixed terms which the database uses
|
||||||
* following prefixed terms which the database uses to construct
|
* to construct threads, etc.:
|
||||||
* threads, etc.:
|
|
||||||
*
|
*
|
||||||
* Single terms of given prefix:
|
* Single terms of given prefix:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue