]> git.notmuchmail.org Git - notmuch/commit
lib: Remove condition regarding a NULL parent_thread_id.
authorCarl Worth <cworth@cworth.org>
Mon, 12 Apr 2010 22:54:03 +0000 (15:54 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Apr 2010 22:54:03 +0000 (15:54 -0700)
commit14073b8851067db4dbf5727bf1f5547a66750934
treef7f3d8d558d9315956323b68038dba99b1287571
parent071022c253a6c2fbf445478619d1a32d945be438
lib: Remove condition regarding a NULL parent_thread_id.

A recent change guaranteed that a message ID can never be resolved
to a NULL thread ID, so we don't need this extra case.
lib/database.cc