From 9257622da8ed50502e59adec69e5daa043ef242a Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 19 Dec 2009 13:05:06 -0800 Subject: [PATCH] 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. --- lib/database.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/database.cc b/lib/database.cc index 7efd3b4a..f7f9943f 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -75,6 +75,9 @@ typedef struct { * user in searching. But the database doesn't really care itself * 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 * ------------------ * A directory document is used by a client of the notmuch library to -- 2.43.0