]> git.notmuchmail.org Git - notmuch/commit
Generate message ID (using SHA1) when a mail message contains none.
authorCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 22:31:56 +0000 (15:31 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Oct 2009 22:31:56 +0000 (15:31 -0700)
commit6a4992bc611881b363583b4a20fc530c770aedd8
tree7b5a8465e86e1cd3f732fc62115474eb7ae0aae1
parent5794496c6e8b49ab62478b21a2178e5e2e353399
Generate message ID (using SHA1) when a mail message contains none.

This is important as we're using the message ID as the unique key
in our database. So previously, all messages with no message ID
would be treated as the same message---not good at all.
Makefile
database.cc
notmuch-private.h
notmuch.h
sha1.c [new file with mode: 0644]