aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Makefile: Fix to work even with GZIP environment variable set.Gravatar Carl Worth2009-11-22
* Makefile: Magic silent rules.Gravatar Chris Wilson2009-11-22
* Makefile: Fix the fallback emacs install path.Gravatar Carl Worth2009-11-21
* Drop redundant CFLAGS, was already included in CXXFLAGSGravatar Jed Brown2009-11-21
* Makefile: Make object targets depend on MakefilesGravatar Jan Janak2009-11-20
* Makefile: Hard-code emacs_lispdir if emacs pkg-config file not availableGravatar Carl Worth2009-11-20
* Makefile: Remove unused variable emacs_startdirGravatar Carl Worth2009-11-20
* Improve installation of emacs mode.Gravatar Jeffrey C. Ollie2009-11-20
* Makefile: evaluate pkg-config onceGravatar Chris Wilson2009-11-19
* TypsosGravatar Ingmar Vanhassel2009-11-18
* Makefile: Change default install prefix from /usr to /usr/localGravatar Carl Worth2009-11-17
* Makefile: Fix dependency generation for files in sub-directories.Gravatar Carl Worth2009-11-12
* Makefile: Change default flags to -O2.Gravatar Carl Worth2009-11-10
* Makefile: Make the top-level Makefile a little more independent.Gravatar Carl Worth2009-11-10
* Makefile: Simplify setting of CFLAGS, etc.Gravatar Carl Worth2009-11-10
* Makefile: Fix dependency generation to make .d files themselves dependent.Gravatar Carl Worth2009-11-10
* Implement a non-recursive make.Gravatar Carl Worth2009-11-10
* Makefile: Hide away auto-generated dependency file as .depends.Gravatar Carl Worth2009-11-09
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09
* Makefile: Fix install target to depend on the all target.Gravatar Carl Worth2009-11-06
* Drop date.c file, (use identical function from GMime instead).Gravatar Carl Worth2009-11-02
* Makefile: Rewrite to use NOTMUCH rather than MY in variable names.Gravatar Carl Worth2009-11-02
* Add a simple manual page for notmuch.Gravatar Carl Worth2009-11-02
* Makefile: Add a simple target for "make install".Gravatar Carl Worth2009-10-30
* Add full-text indexing using the GMime library for parsing.Gravatar Carl Worth2009-10-28
* Move terms and tags code to a new tags.cc file.Gravatar Carl Worth2009-10-26
* Add an initial implementation of a notmuch_thread_t object.Gravatar Carl Worth2009-10-25
* Fix missing xapian-flags when generating dependencies.Gravatar Carl Worth2009-10-25
* Drop unused variable.Gravatar Carl Worth2009-10-25
* Add -Wswitch-enum and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wmising-declarations and fix warnings.Gravatar Carl Worth2009-10-25
* Add -Wwrite-strings and fix warnings.Gravatar Carl Worth2009-10-25
* Re-enable the warning for unused parameters.Gravatar Carl Worth2009-10-25
* Add -Wextra and fix warnings.Gravatar Carl Worth2009-10-25
* Rework Makefile just a bit to enable adding flags for more compiler warningsGravatar Carl Worth2009-10-25
* Add debugging code for examining query strings.Gravatar Carl Worth2009-10-24
* Generate message ID (using SHA1) when a mail message contains none.Gravatar Carl Worth2009-10-22
* Implement 'notmuch dump'.Gravatar Carl Worth2009-10-20
* Rename private notmuch_message_t to notmuch_message_file_tGravatar Carl Worth2009-10-20
* Makefile: Add automatic dependency tracking to the Makefile.Gravatar Carl Worth2009-10-20
* Remove test programs, xapian-dump and notmuch-index-messageGravatar Carl Worth2009-10-19
* Hook up our fancy new notmuch_parse_date function.Gravatar Carl Worth2009-10-19
* notmuch: Switch from gmime to custom, ad-hoc parsing of headers.Gravatar Carl Worth2009-10-19
* notmuch: Start actually adding messages to the index.Gravatar Carl Worth2009-10-18
* Start a new top-level executable: notmuch.Gravatar Carl Worth2009-10-17
* Protect against missing message id while indexing filesGravatar Keith Packard2009-10-14
* Rename g_mime_test to notmuch-index-messageGravatar Carl Worth2009-10-13
* Add the beginnings of a xapian-dump program.Gravatar Carl Worth2009-10-13
* Initial commit of a test program to form the basis of notmuch.Gravatar Carl Worth2009-10-13