mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
5794496c6e
This way both the .c and .h files have the same name, and all of the code imported from the "libsha1" implementation is in filenames matching libsha1.*. This also gives me room to make my own notmuch_sha1 wrapper functions in sha1.c.
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
Carl Worth <cworth@cworth.org> is the primary author of Notmuch.
|
|
But there's really not much that he's done. There's been a lot of
|
|
standing on shoulders here:
|
|
|
|
William Morgan deserves credit for providing the primary inspiration
|
|
for Notmuch with his program Sup (http://sup.rubyforge.org/).
|
|
|
|
Some people have contributed code that has made it into Notmuch
|
|
without their specific knowledge (but with their full permission
|
|
thanks to the GNU General Public License). This includes:
|
|
|
|
Brian Gladman (with Mikhail Gusarov <dottedmag@dottedmag.net>)
|
|
Implementation of SHA-1 (nice and small) (libsha1.c)
|
|
|
|
Jeffrey Stedfast
|
|
Parsing of myriad date formats in email messages (date.c)
|
|
|
|
Please see the various files in the Notmuch distribution for
|
|
individual copyright statements.
|
|
|
|
And of course, though their code isn't distributed here, Notmuch would
|
|
be not much of anything without the contributors to Xapian, the search
|
|
engine that does the really heavy lifting, as well as the various
|
|
system libraries, compilers, and the kernel that make it all work
|
|
(thanks GNU, thanks Linux). Thanks to everyone who has played a part!
|
|
|
|
Here is an incomplete list of other people that have made
|
|
contributions to Notmuch (whether by code, bug reporting/fixes,
|
|
ideas, inspiration, testing or feedback):
|
|
|
|
Martin Krafft
|
|
Keith Packard
|
|
Jamey Sharp
|