aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-15emacs: Fix search filtering of a global search ("*")Carl Worth
2010-04-15TODO: Add two tasks that both have to do with auditing the library APICarl Worth
2010-04-15RELEASING: Change wording of libnotmuch version instructionCarl Worth
2010-04-15make release: Enforce a clean source tree before release.Carl Worth
2010-04-15RELEASING: Remove a meaningless step from the release process.Carl Worth
2010-04-15configure: Fix syntax error (spaces in assignment).Gregor Hoffleit
2010-04-15Fix typo in messageBen Gamari
2010-04-15make release: Provide a kinder message when VERSION is forgotten.Carl Worth
2010-04-15Makefile: Re-order the commands in "make release" slightly.Carl Worth
2010-04-15Makefile: Simplify the release targets.Carl Worth
2010-04-15Makefile.local: Fix typo in comment.Carl Worth
2010-04-15RELEASING: Remove obsolete step about updating micro version number.Carl Worth
2010-04-15Makefile: Make "make release" run the test suite.Carl Worth
2010-04-15make test: Actually count and report on failures.Carl Worth
2010-04-15test: Unify all tests to use the pass_if_equal function.Carl Worth
2010-04-15test: Align the PASS/FAIL column.Carl Worth
2010-04-15Makefile: Add a "make test" target.Carl Worth
2010-04-15lib: search_threads: Fix nested search to handle original search of "*"Carl Worth
2010-04-15test: Add a test for "notmuch search '*'"Carl Worth
2010-04-15test: Use an older date for the generated messages.Carl Worth
2010-04-15test: Remove test-message filenames from generated messagesCarl Worth
2010-04-15test: Disentangle execution of notmuch from the examination of the results.Carl Worth
2010-04-15TODO: Add some ideas for improving the emacs interface.Carl Worth
2010-04-15TODO: Add some ideas about better search syntaxCarl Worth
2010-04-14Merge bugfix for test-suite correctness.Carl Worth
2010-04-14test: Fix reply tests to track insignificant change in output.Carl Worth
2010-04-14Makefile: Fix final linking of notmuch binary for OS X.Carl Worth
2010-04-14Makefile: Add library version information on OS X.Carl Worth
2010-04-14Makefile: Fix library linking command for OS XCarl Worth
2010-04-14Add infrastructure for building shared library on OS X.Aaron Ecay
2010-04-14Makefile: Move compat sources from the client code to the library.Carl Worth
2010-04-14Add simplistic reimplementation of strcasestr to compat libraryDirk Hohndel
2010-04-14Makefile: Move include of Makefile.config up from Makefile.localCarl Worth
2010-04-14Fix up Makefile for build.Aaron Ecay
2010-04-14Use C++ compiler to link notmuch binariesAaron Ecay
2010-04-14Clean up code duplication in adding or removing tag by region.Jesse Rosenthal
2010-04-14Fix bug in adding or removing tag by region.Jesse Rosenthal
2010-04-13TODO: Capture some recent ideas expressed on the mailing list.Carl Worth
2010-04-13Decode headers in replyMichal Sojka
2010-04-13notmuch.el: quote args in notmuch-show to facilitate remote useJesse Rosenthal
2010-04-13TODO: Note GMime bug that needs to be tested and upstreamed.Carl Worth
2010-04-13Do not segfault on empty mime partsmartin f. krafft
2010-04-13Prevent data loss caused by SIGINT during notmuch newMichal Sojka
2010-04-13Fix typo in notmuch.h documentation regarding database open modesMichael Forney
2010-04-13TODO: Make an explicit note that we need to start testing --format=jsonCarl Worth
2010-04-13Fix json_quote_str to handle non-ASCII charactersGregor Hoffleit
2010-04-13TODO: Note several changes we want to make to the database schema.Carl Worth
2010-04-12lib: Remove condition regarding a NULL parent_thread_id.Carl Worth
2010-04-12lib: Always add reference terms to the database.Carl Worth
2010-04-12lib: Document the metadata stored within the Xapian database.Carl Worth