summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* test: Unify all tests to use the pass_if_equal function.Carl Worth2010-04-15
* test: Align the PASS/FAIL column.Carl Worth2010-04-15
* Makefile: Add a "make test" target.Carl Worth2010-04-15
* lib: search_threads: Fix nested search to handle original search of "*"Carl Worth2010-04-15
* test: Add a test for "notmuch search '*'"Carl Worth2010-04-15
* test: Use an older date for the generated messages.Carl Worth2010-04-15
* test: Remove test-message filenames from generated messagesCarl Worth2010-04-15
* test: Disentangle execution of notmuch from the examination of the results.Carl Worth2010-04-15
* TODO: Add some ideas for improving the emacs interface.Carl Worth2010-04-15
* TODO: Add some ideas about better search syntaxCarl Worth2010-04-15
* Merge bugfix for test-suite correctness.Carl Worth2010-04-14
|\
| * test: Fix reply tests to track insignificant change in output.Carl Worth2010-04-14
* | Makefile: Fix final linking of notmuch binary for OS X.Carl Worth2010-04-14
* | Makefile: Add library version information on OS X.Carl Worth2010-04-14
* | Makefile: Fix library linking command for OS XCarl Worth2010-04-14
* | Add infrastructure for building shared library on OS X.Aaron Ecay2010-04-14
* | Makefile: Move compat sources from the client code to the library.Carl Worth2010-04-14
* | Add simplistic reimplementation of strcasestr to compat libraryDirk Hohndel2010-04-14
* | Makefile: Move include of Makefile.config up from Makefile.localCarl Worth2010-04-14
* | Fix up Makefile for build.Aaron Ecay2010-04-14
* | Use C++ compiler to link notmuch binariesAaron Ecay2010-04-14
* | Clean up code duplication in adding or removing tag by region.Jesse Rosenthal2010-04-14
* | Fix bug in adding or removing tag by region.Jesse Rosenthal2010-04-14
* | TODO: Capture some recent ideas expressed on the mailing list.Carl Worth2010-04-13
|/
* Decode headers in replyMichal Sojka2010-04-13
* notmuch.el: quote args in notmuch-show to facilitate remote useJesse Rosenthal2010-04-13
* TODO: Note GMime bug that needs to be tested and upstreamed.Carl Worth2010-04-13
* Do not segfault on empty mime partsmartin f. krafft2010-04-13
* Prevent data loss caused by SIGINT during notmuch newMichal Sojka2010-04-13
* Fix typo in notmuch.h documentation regarding database open modesMichael Forney2010-04-13
* TODO: Make an explicit note that we need to start testing --format=jsonCarl Worth2010-04-13
* Fix json_quote_str to handle non-ASCII charactersGregor Hoffleit2010-04-13
* TODO: Note several changes we want to make to the database schema.Carl Worth2010-04-13
* lib: Remove condition regarding a NULL parent_thread_id.Carl Worth2010-04-12
* lib: Always add reference terms to the database.Carl Worth2010-04-12
* lib: Document the metadata stored within the Xapian database.Carl Worth2010-04-12
* lib: Fix line-wrapping in _notmuch_database_link_message.Carl Worth2010-04-12
* lib: Fix internal documentation of _notmuch_database_link_messageCarl Worth2010-04-12
* lib: Simplify code flow in _resolve_message_id_to_thread_idCarl Worth2010-04-12
* lib: Fix internal documentation of _resolve_message_id_to_thread_idCarl Worth2010-04-12
* Store thread ids for messages that we haven't seen yetJames Westby2010-04-12
* test: Add new tests for out-of-order messages.James Westby2010-04-12
* RELEASING: Update instructions for new version technique.Carl Worth2010-04-09
* Derive version numbers from gitMichal Sojka2010-04-09
* nomtuch.1: Add documentation for "notmuch count"Carl Worth2010-04-09
* notmuch count: Remove unneeded paragraph from documentation.Carl Worth2010-04-09
* notmuch count: Remove special handling of "*".Carl Worth2010-04-09
* notmuch: Document the new special-case syntax of "*".Carl Worth2010-04-09
* lib: Handle "*" as a query string to match all messages.Carl Worth2010-04-09
* Have notmuch count default to showing the total.Mike Kelly2010-04-09