aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix typo in messageGravatar Ben Gamari2010-04-15
* make release: Provide a kinder message when VERSION is forgotten.Gravatar Carl Worth2010-04-15
* Makefile: Re-order the commands in "make release" slightly.Gravatar Carl Worth2010-04-15
* Makefile: Simplify the release targets.Gravatar Carl Worth2010-04-15
* Makefile.local: Fix typo in comment.Gravatar Carl Worth2010-04-15
* RELEASING: Remove obsolete step about updating micro version number.Gravatar Carl Worth2010-04-15
* Makefile: Make "make release" run the test suite.Gravatar Carl Worth2010-04-15
* make test: Actually count and report on failures.Gravatar Carl Worth2010-04-15
* test: Unify all tests to use the pass_if_equal function.Gravatar Carl Worth2010-04-15
* test: Align the PASS/FAIL column.Gravatar Carl Worth2010-04-15
* Makefile: Add a "make test" target.Gravatar Carl Worth2010-04-15
* lib: search_threads: Fix nested search to handle original search of "*"Gravatar Carl Worth2010-04-15
* test: Add a test for "notmuch search '*'"Gravatar Carl Worth2010-04-15
* test: Use an older date for the generated messages.Gravatar Carl Worth2010-04-15
* test: Remove test-message filenames from generated messagesGravatar Carl Worth2010-04-15
* test: Disentangle execution of notmuch from the examination of the results.Gravatar Carl Worth2010-04-15
* TODO: Add some ideas for improving the emacs interface.Gravatar Carl Worth2010-04-15
* TODO: Add some ideas about better search syntaxGravatar Carl Worth2010-04-15
* Merge bugfix for test-suite correctness.Gravatar Carl Worth2010-04-14
|\
| * test: Fix reply tests to track insignificant change in output.Gravatar Carl Worth2010-04-14
* | Makefile: Fix final linking of notmuch binary for OS X.Gravatar Carl Worth2010-04-14
* | Makefile: Add library version information on OS X.Gravatar Carl Worth2010-04-14
* | Makefile: Fix library linking command for OS XGravatar Carl Worth2010-04-14
* | Add infrastructure for building shared library on OS X.Gravatar Aaron Ecay2010-04-14
* | Makefile: Move compat sources from the client code to the library.Gravatar Carl Worth2010-04-14
* | Add simplistic reimplementation of strcasestr to compat libraryGravatar Dirk Hohndel2010-04-14
* | Makefile: Move include of Makefile.config up from Makefile.localGravatar Carl Worth2010-04-14
* | Fix up Makefile for build.Gravatar Aaron Ecay2010-04-14
* | Use C++ compiler to link notmuch binariesGravatar Aaron Ecay2010-04-14
* | Clean up code duplication in adding or removing tag by region.Gravatar Jesse Rosenthal2010-04-14
* | Fix bug in adding or removing tag by region.Gravatar Jesse Rosenthal2010-04-14
* | TODO: Capture some recent ideas expressed on the mailing list.Gravatar Carl Worth2010-04-13
|/
* Decode headers in replyGravatar Michal Sojka2010-04-13
* notmuch.el: quote args in notmuch-show to facilitate remote useGravatar Jesse Rosenthal2010-04-13
* TODO: Note GMime bug that needs to be tested and upstreamed.Gravatar Carl Worth2010-04-13
* Do not segfault on empty mime partsGravatar martin f. krafft2010-04-13
* Prevent data loss caused by SIGINT during notmuch newGravatar Michal Sojka2010-04-13
* Fix typo in notmuch.h documentation regarding database open modesGravatar Michael Forney2010-04-13
* TODO: Make an explicit note that we need to start testing --format=jsonGravatar Carl Worth2010-04-13
* Fix json_quote_str to handle non-ASCII charactersGravatar Gregor Hoffleit2010-04-13
* TODO: Note several changes we want to make to the database schema.Gravatar Carl Worth2010-04-13
* lib: Remove condition regarding a NULL parent_thread_id.Gravatar Carl Worth2010-04-12
* lib: Always add reference terms to the database.Gravatar Carl Worth2010-04-12
* lib: Document the metadata stored within the Xapian database.Gravatar Carl Worth2010-04-12
* lib: Fix line-wrapping in _notmuch_database_link_message.Gravatar Carl Worth2010-04-12
* lib: Fix internal documentation of _notmuch_database_link_messageGravatar Carl Worth2010-04-12
* lib: Simplify code flow in _resolve_message_id_to_thread_idGravatar Carl Worth2010-04-12
* lib: Fix internal documentation of _resolve_message_id_to_thread_idGravatar Carl Worth2010-04-12
* Store thread ids for messages that we haven't seen yetGravatar James Westby2010-04-12
* test: Add new tests for out-of-order messages.Gravatar James Westby2010-04-12