diff options
| author | David Bremner <david@tethera.net> | 2019-03-12 21:47:09 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-03-31 11:59:46 -0300 |
| commit | 2717ff96a70a252a9ca7afea92a07d12f2139742 (patch) | |
| tree | a1516beeadb965347c60d15799fd31a4a45b02d8 /lib/database.cc | |
| parent | 1e69bb6f46ae0468dede6d8977f45295a84b7343 (diff) | |
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.
Diffstat (limited to 'lib/database.cc')
| -rw-r--r-- | lib/database.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/database.cc b/lib/database.cc index 9cf8062c..fc42c4ba 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -66,11 +66,10 @@ typedef struct { * Mail document * ------------- * 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.: + * is stored in one or more files on disk 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: * |
