summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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
* Fix the default value for --includedir.Mike Kelly2010-04-07
* debian: Unbreak the build.Carl Worth2010-04-07
* Fix code extracting the MTA from Received: headersDirk Hohndel2010-04-07
* emacs: Correct the documentation for notmuch-search-add-tag (and -remove-tag)Carl Worth2010-04-07
* notmuch.el: add functionality in notmuch search mode to add or remove tags by...Jesse Rosenthal2010-04-07
* Display the last few lines of a citation by default.Carl Worth2010-04-07
* notmuch.el: Allow citation suffixes to be shown as well as prefixes.David Edmondson2010-04-07
* notmuch.el: Colour cited regions and signatures with message-cited-text-faceDavid Edmondson2010-04-07
* notmuch.el: colorize lines in notmuch-search based on thread tags.Jameson Rollins2010-04-07
* emacs: Fix typo in line-wrapping in documentation of notmuch-show.Carl Worth2010-04-07
* notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id...Jesse Rosenthal2010-04-07
* notmuch.el: 'F' in search mode takes us to a list of folders.David Edmondson2010-04-07
* notmuch.el: fontify date in headerJameson Rollins2010-04-07
* Makefile: Install emacs code to site-lisp, not site-lisp/notmuchCarl Worth2010-04-07
* notmuch-reply: Remove stray brace.Carl Worth2010-04-07