]> git.notmuchmail.org Git - notmuch/commit
lib: Always add reference terms to the database.
authorCarl Worth <cworth@cworth.org>
Mon, 12 Apr 2010 22:45:40 +0000 (15:45 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Apr 2010 22:45:40 +0000 (15:45 -0700)
commit071022c253a6c2fbf445478619d1a32d945be438
tree5d6ac3705d2bf44305c6dd8c6dd233ccdb6e7a21
parent328626d0fd17910eec5d8b5b51dda46f4bbd8189
lib: Always add reference terms to the database.

Previously, we were only adding the reference terms for cases where
the referenced message did not yet exist in the database. For thread
presentation, it's useful to have the connection information provided
by the references, even when the messages are present. So add this
term unconditionally.
lib/database.cc