mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: Fix slight misinformation in the database schema doc
The database schema documentation made it sound like each mail document had exactly one on-disk message file, which hasn't been true for a long time.
This commit is contained in:
parent
30de720ba0
commit
1d652c8719
1 changed files with 6 additions and 3 deletions
|
@ -54,9 +54,12 @@ typedef struct {
|
|||
*
|
||||
* Mail document
|
||||
* -------------
|
||||
* A mail document is associated with a particular email message file
|
||||
* on disk. It is indexed with the following prefixed terms which the
|
||||
* database uses to construct threads, etc.:
|
||||
* 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
|
||||
* content indexed) and is uniquely identified by its "id" field
|
||||
* (which is generally the message ID). It is indexed with the
|
||||
* following prefixed terms which the database uses to construct
|
||||
* threads, etc.:
|
||||
*
|
||||
* Single terms of given prefix:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue