notmuch/lib
Carl Worth 305e76bc0a notmuch: Add a configuration system.
This will allow for things like the database path to be specified
without any cheesy NOTMUCH_BASE environment variable. It also will
allow "notmuch reply" to recognize the user's email address when
constructing a reply in order to do the right thing, (that is, to use
the user's address to which mail was sent as From:, and not to reply
to the user's own addresses).

With this change, the "notmuch setup" command is now strictly for
changing the configuration of notmuch. It no longer creates the
database, but instead instructs the user to call "notmuch new" to do
that.
2009-11-11 17:01:55 -08:00
..
database-private.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
database.cc notmuch: Add a configuration system. 2009-11-11 17:01:55 -08:00
index.cc libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
libsha1.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
libsha1.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
Makefile Implement a non-recursive make. 2009-11-10 07:24:10 -08:00
Makefile.local Makefile: Make the top-level Makefile a little more independent. 2009-11-10 08:34:54 -08:00
message-file.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
message.cc libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
notmuch-private.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
notmuch.h notmuch: Add a configuration system. 2009-11-11 17:01:55 -08:00
query.cc libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
sha1.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
tags.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
thread.cc libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
xutil.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
xutil.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00