mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch clon
a360670c03
Instead of supporting multiple thread IDs, we now merge together thread IDs if one message is ever found to belong to more than one thread. This allows for constructing complete threads when, for example, a child message doesn't include a complete list of References headers back to the beginning of the thread. It also simplifies dealing with mapping a message ID to a thread ID which is now a simple get_thread_id just like get_message_id, (and no longer an iterator-based thing like get_tags). |
||
---|---|---|
.gitignore | ||
AUTHORS | ||
COPYING | ||
COPYING-GPL-3 | ||
database-private.h | ||
database.cc | ||
date.c | ||
libsha1.c | ||
libsha1.h | ||
Makefile | ||
message-file.c | ||
message.cc | ||
message.h | ||
notmuch-completion.bash | ||
notmuch-private.h | ||
notmuch.c | ||
notmuch.h | ||
query.cc | ||
sha1.c | ||
xutil.c | ||
xutil.h |