summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-04-07notmuch.el: Colour cited regions and signatures with message-cited-text-faceDavid Edmondson
2010-04-07notmuch.el: colorize lines in notmuch-search based on thread tags.Jameson Rollins
2010-04-07emacs: Fix typo in line-wrapping in documentation of notmuch-show.Carl Worth
2010-04-07notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id (supersedes V1--3)Jesse Rosenthal
2010-04-07notmuch.el: 'F' in search mode takes us to a list of folders.David Edmondson
2010-04-07notmuch.el: fontify date in headerJameson Rollins
2010-04-07Makefile: Install emacs code to site-lisp, not site-lisp/notmuchCarl Worth
2010-04-07notmuch-reply: Remove stray brace.Carl Worth