summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-12lib: Fix line-wrapping in _notmuch_database_link_message.Carl Worth
2010-04-12lib: Fix internal documentation of _notmuch_database_link_messageCarl Worth
2010-04-12lib: Simplify code flow in _resolve_message_id_to_thread_idCarl Worth
2010-04-12lib: Fix internal documentation of _resolve_message_id_to_thread_idCarl Worth
2010-04-12Store thread ids for messages that we haven't seen yetJames Westby
2010-04-12test: Add new tests for out-of-order messages.James Westby
2010-04-09RELEASING: Update instructions for new version technique.Carl Worth
2010-04-09Derive version numbers from gitMichal Sojka
2010-04-09nomtuch.1: Add documentation for "notmuch count"Carl Worth
2010-04-09notmuch count: Remove unneeded paragraph from documentation.Carl Worth
2010-04-09notmuch count: Remove special handling of "*".Carl Worth
2010-04-09notmuch: Document the new special-case syntax of "*".Carl Worth
2010-04-09lib: Handle "*" as a query string to match all messages.Carl Worth
2010-04-09Have notmuch count default to showing the total.Mike Kelly
2010-04-07Fix the default value for --includedir.Mike Kelly
2010-04-07debian: Unbreak the build.Carl Worth
2010-04-07Fix code extracting the MTA from Received: headersDirk Hohndel
2010-04-07emacs: Correct the documentation for notmuch-search-add-tag (and -remove-tag)Carl Worth
2010-04-07notmuch.el: add functionality in notmuch search mode to add or remove tags by regionJesse Rosenthal
2010-04-07Display the last few lines of a citation by default.Carl Worth
2010-04-07notmuch.el: Allow citation suffixes to be shown as well as prefixes.David Edmondson