lib: Document that the filename is stored in the 'data' of a mail document

Our database schema documentation previously didn't give any
indication of where this most essential piece of information is
stored.
This commit is contained in:
Carl Worth 2009-12-19 13:05:06 -08:00
parent 50ae83a17f
commit 9257622da8

View file

@ -75,6 +75,9 @@ typedef struct {
* user in searching. But the database doesn't really care itself * user in searching. But the database doesn't really care itself
* about any of these. * about any of these.
* *
* Finally, the data portion of a mail document contains the path name
* of the mail message (relative to the database path).
*
* Directory document * Directory document
* ------------------ * ------------------
* A directory document is used by a client of the notmuch library to * A directory document is used by a client of the notmuch library to