notmuch clon
Find a file
Carl Worth 84480738a5 Merge branch from fixing up bugs after bisecting.
I'm glad that when I implemented "notmuch restore" I went through the
extra effort to take the code I had written in one sitting into over a
dozen commits. Sure enough, I hadn't tested well enough and had
totally broken "notmuch setup", (segfaults and bogus thread_id
values).

With the little commits I had made, git bisect saved the day, and I
went back to make the fixes right on top of the commits that
introduced the bugs. So now we octopus merge those in.
2009-10-21 23:23:44 -07:00
.gitignore .gitignore: Ignore generated file Makefile.dep 2009-10-20 23:13:28 -07:00
AUTHORS List a few more co-conspirators. 2009-10-21 21:33:08 -07:00
COPYING Add copy of GNU General Public License (version 3). 2009-10-21 16:25:08 -07:00
COPYING-GPL-3 Add copy of GNU General Public License (version 3). 2009-10-21 16:25:08 -07:00
database-private.h notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
database.cc Merge branch from fixing up bugs after bisecting. 2009-10-21 23:23:44 -07:00
date.c Hook up our fancy new notmuch_parse_date function. 2009-10-19 13:35:29 -07:00
libsha1.h Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation. 2009-10-21 21:33:02 -07:00
Makefile Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
message-file.c Rename private notmuch_message_t to notmuch_message_file_t 2009-10-20 15:09:51 -07:00
message.cc Merge branch from fixing up bugs after bisecting. 2009-10-21 23:23:44 -07:00
message.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch-private.h Add notmuch_message_add_tag and notmuch_message_remove_tag 2009-10-21 15:56:33 -07:00
notmuch.c Add notmuch_status_to_string function. 2009-10-21 16:12:53 -07:00
notmuch.h Add notmuch_status_to_string function. 2009-10-21 16:12:53 -07:00
query.cc notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
sha1.c Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation. 2009-10-21 21:33:02 -07:00
xutil.c Add wrappers for regcomp and regexec to xutil.c. 2009-10-21 15:07:20 -07:00
xutil.h Add wrappers for regcomp and regexec to xutil.c. 2009-10-21 15:07:20 -07:00