aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* RELEASING: Update instructions for new version technique.Gravatar Carl Worth2010-04-09
* Derive version numbers from gitGravatar Michal Sojka2010-04-09
* nomtuch.1: Add documentation for "notmuch count"Gravatar Carl Worth2010-04-09
* notmuch count: Remove unneeded paragraph from documentation.Gravatar Carl Worth2010-04-09
* notmuch count: Remove special handling of "*".Gravatar Carl Worth2010-04-09
* notmuch: Document the new special-case syntax of "*".Gravatar Carl Worth2010-04-09
* lib: Handle "*" as a query string to match all messages.Gravatar Carl Worth2010-04-09
* Have notmuch count default to showing the total.Gravatar Mike Kelly2010-04-09
* Fix the default value for --includedir.Gravatar Mike Kelly2010-04-07
* debian: Unbreak the build.Gravatar Carl Worth2010-04-07
* Fix code extracting the MTA from Received: headersGravatar Dirk Hohndel2010-04-07
* emacs: Correct the documentation for notmuch-search-add-tag (and -remove-tag)Gravatar Carl Worth2010-04-07
* notmuch.el: add functionality in notmuch search mode to add or remove tags by...Gravatar Jesse Rosenthal2010-04-07
* Display the last few lines of a citation by default.Gravatar Carl Worth2010-04-07
* notmuch.el: Allow citation suffixes to be shown as well as prefixes.Gravatar David Edmondson2010-04-07
* notmuch.el: Colour cited regions and signatures with message-cited-text-faceGravatar David Edmondson2010-04-07
* notmuch.el: colorize lines in notmuch-search based on thread tags.Gravatar Jameson Rollins2010-04-07
* emacs: Fix typo in line-wrapping in documentation of notmuch-show.Gravatar Carl Worth2010-04-07
* notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id...Gravatar Jesse Rosenthal2010-04-07
* notmuch.el: 'F' in search mode takes us to a list of folders.Gravatar David Edmondson2010-04-07
* notmuch.el: fontify date in headerGravatar Jameson Rollins2010-04-07
* Makefile: Install emacs code to site-lisp, not site-lisp/notmuchGravatar Carl Worth2010-04-07
* notmuch-reply: Remove stray brace.Gravatar Carl Worth2010-04-07
* fix obvious cut and paste errorGravatar Dirk Hohndel2010-04-06
* TODO: Note that "notmuch reply" needs to be tested.Gravatar Carl Worth2010-04-06