summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
...
* Move terms and tags code to a new tags.cc file.Carl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Carl Worth2009-10-25
* Fix missing xapian-flags when generating dependencies.Carl Worth2009-10-25
* Drop unused variable.Carl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Carl Worth2009-10-25
* Add -Wwrite-strings and fix warnings.Carl Worth2009-10-25
* Re-enable the warning for unused parameters.Carl Worth2009-10-25
* Add -Wextra and fix warnings.Carl Worth2009-10-25
* Rework Makefile just a bit to enable adding flags for more compiler warningsCarl Worth2009-10-25
* Add debugging code for examining query strings.Carl Worth2009-10-24
* Generate message ID (using SHA1) when a mail message contains none.Carl Worth2009-10-22
* Implement 'notmuch dump'.Carl Worth2009-10-20
* Rename private notmuch_message_t to notmuch_message_file_tCarl Worth2009-10-20
* Makefile: Add automatic dependency tracking to the Makefile.Carl Worth2009-10-20
* Remove test programs, xapian-dump and notmuch-index-messageCarl Worth2009-10-19
* Hook up our fancy new notmuch_parse_date function.Carl Worth2009-10-19
* notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Carl Worth2009-10-18
* Start a new top-level executable: notmuch.Carl Worth2009-10-17
* Protect against missing message id while indexing filesKeith Packard2009-10-14
* Rename g_mime_test to notmuch-index-messageCarl Worth2009-10-13
* Add the beginnings of a xapian-dump program.Carl Worth2009-10-13
* Initial commit of a test program to form the basis of notmuch.Carl Worth2009-10-13