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