aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-31Makefiles: Make the install rules quiet like the compilation rules.Carl Worth
2010-03-31Makefile: Fix to print CFLAGS with "make V=0"Carl Worth
2010-03-31Makefiles: Eliminate shell for loops in rule definitions.Carl Worth
2010-03-31Move installation of library from top-level to lib/Makefile.localCarl Worth
2010-03-31Makefile.config: Avoid pre-expanding the ${prefix} variable.Carl Worth
2010-03-31Move some variable assignments from Makefile.local to Makefile.configCarl Worth
2010-03-31Move bulk of rules from Makefile to Makefile.local.Carl Worth
2010-03-31configure: Fix installation of library to work with alternate --prefixCarl Worth
2010-03-31configure: Fix typo in help message.Carl Worth
2010-03-31Add a --libdir option to ./configureIngmar Vanhassel
2010-03-31Fix target dependencies for multiple jobsSaleem Abdulrasool
2010-03-31Build and link against notmuch shared library, install notmuch.hBen Gamari
2010-03-31emacs: Fix the notmuch-search-authors-width variable.Carl Worth
2010-03-31Clarify documentation of notmuch_database_add_message.Carl Worth
2010-03-31TODO: Note that '=' should sometimes count from the end of the buffer.Carl Worth
2010-03-31TODO: Add a todo item for adding a message as a blob, rather than a filename.Carl Worth
2010-03-31TODO: Add some new items about improving the test suite.Carl Worth
2010-03-31test: Fix phrase-search tests.Carl Worth
2010-03-31test: Add some negative results for the phrase searches.Carl Worth
2010-03-31notmuch new implementationSebastian Spaeth
2010-03-31database(): Actually return a value on remove_message()Sebastian Spaeth
2010-03-31notmuch: refactor stuff into a Notmuch classSebastian Spaeth
2010-03-30database.py: also need to import MessageSebastian Spaeth
2010-03-30Ubuntu debian file creation documentationSebastian Spaeth
2010-03-30Debian pkg creation stuffSebastian Spaeth
2010-03-30message.py: Don't use ctypes.c_bool as that does not exist in python 2.5Sebastian Spaeth
2010-03-30message.py: fix indentationJesse Rosenthal
2010-03-30Need to do capitalization changes in dict keys from rev 45d2012fcf51 for all usagesSebastian Spaeth
2010-03-30message.py: small doc changes and unused code removalSebastian Spaeth
2010-03-30Revert some unneeded white space changesSebastian Spaeth
2010-03-30[REV2] adding part, simplifying Message.get_parts(), and fixing json to work with dme's json uiJesse Rosenthal
2010-03-28implement sort order for notmuch showJesse Rosenthal
2010-03-25fix wrongly names variable format->out_formatSebastian Spaeth
2010-03-25rename show_messages to print_messages and fix up the arg parsing for notmuch show a bitSebastian Spaeth
2010-03-25Message(): add 'match' result in text output. Fix is_match to use class, not instance, attributes.Sebastian Spaeth
2010-03-25message.yp: add GPL v3 boilerplate and add Jesse as copyright holderSebastian Spaeth
2010-03-25Message(): Implement show message as text or jsonJesse Rosenthal
2010-03-25notmuch: Make modifications to implement notmuch searchJesse Rosenthal
2010-03-25push __VERSION__ to post release 0.2.1+Sebastian Spaeth
2010-03-25Added tag v0.2.1 for changeset 8f496a1f9b34Sebastian Spaeth
2010-03-25bump __VERSION__ to 0.2.1Sebastian Spaeth
2010-03-25docs: Improve documentationsSebastian Spaeth
2010-03-25Implement Database.upgrade() to get the last bit of API. We are complete now.Sebastian Spaeth
2010-03-25Implement Filenames() iterator. The API should be complete at this point.Sebastian Spaeth
2010-03-25Implement Database().get_directory() and Directory() class.Sebastian Spaeth
2010-03-25Implement Message().get|set_flag()Sebastian Spaeth
2010-03-24fix documentations, and add a very brittle notmuch reply commandSebastian Spaeth
2010-03-24Added tag v0.2.0 for changeset 36e2dd4e739aSebastian Spaeth
2010-03-24README: update changelogSebastian Spaeth
2010-03-24bump __VERSION__ to 0.2.0Sebastian Spaeth