aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* documentation: Add the "files" option to the synopsis of "search --output="Gravatar Carl Worth2010-10-28
* python: lambda(p) is not P3k-compliantGravatar Sebastian Spaeth2010-10-28
* python: Import explicit including package nameGravatar Sebastian Spaeth2010-10-28
* test: Emit a friendly error message if run with bash < 4.0.Gravatar Carl Worth2010-10-28
* test: Avoid using unreliable, hard-coded thread ID values in test suite.Gravatar Carl Worth2010-10-28
* emacs: Use copy-sequence instead of copy-seq.Gravatar Carl Worth2010-10-28
* notmuch search: Add a new "notmuch search --output=files"Gravatar Carl Worth2010-10-28
* notmuch search: Add a new --output=(summary|threads|messages|tags) option.Gravatar Carl Worth2010-10-28
* lib: Add two functions: notmuch_query_get_query_string and _get_sortGravatar Carl Worth2010-10-28
* TODO: Remove several items that have been completed.Gravatar Carl Worth2010-10-28
* emacs: Eliminate duplicate From header in replies.Gravatar Carl Worth2010-10-27
* test: Add test for reply functionality within emacs.Gravatar Carl Worth2010-10-27
* notmuch: Eliminate some const-correctness warnings.Gravatar Carl Worth2010-10-27
* emacs: Eliminate warning of calling function with excess arguments.Gravatar Carl Worth2010-10-27
* emacs: Remove non-interactive call of goto-lineGravatar Carl Worth2010-10-27
* emacs: Fix to eliminate warning in notmuch-query-map-auxGravatar Carl Worth2010-10-27
* emacs: Avoid runtime use of `cl'.Gravatar David Edmondson2010-10-27
* Move notmuch-fcc-header-setup to message-header-setup-hook.Gravatar Rob Browning2010-10-27
* test: Update tests with removal of bcc from replyGravatar Jameson Rollins2010-10-27
* Remove bcc header from notmuch reply.Gravatar Jameson Rollins2010-10-27
* test: Add test for fully-roundtripped FCCGravatar Carl Worth2010-10-27
* test: Use an explicit date in the message sent via (fake) SMTPGravatar Carl Worth2010-10-27
* emacs: Explicitly set the From address when composing a new message.Gravatar Carl Worth2010-10-27
* emacs: Enable FCC (to a directory named "sent") by default.Gravatar Carl Worth2010-10-27
* emacs: Change FCC to be relative to notmuch mail store, not message-directoryGravatar Carl Worth2010-10-27
* notmuch config: Allow for new "notmuch config set" in addition to getGravatar Carl Worth2010-10-27
* notmuch config: Provide support for querying non-standard configuration values.Gravatar Carl Worth2010-10-27
* notmuch: Add a new "notmuch config" command for querying configuration.Gravatar Carl Worth2010-10-27
* TODO: Note idea for a new "notmuch compose"Gravatar Carl Worth2010-10-27
* test: Add test that emacs interface actually sends mail.Gravatar Carl Worth2010-10-27
* test: Set alternate HOME during tests.Gravatar Carl Worth2010-10-27
* test: Fix false failure from the "available tests" test.Gravatar Carl Worth2010-10-22
* notmuch search: Fix to handle failure of notmuch_query_search_threads.Gravatar Carl Worth2010-10-22
* lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Gravatar Carl Worth2010-10-22
* emacs: Fix quoting of Message-Id to fix test case of Id containing ".."Gravatar Carl Worth2010-10-22
* test: Add test demonstrating failure in emacs interface when Message-Id has ..Gravatar Carl Worth2010-10-22
* test: Add tests for adding/removing tags within emacs interfaceGravatar Carl Worth2010-10-22
* test: Add simple tests for navigating notmuch-hello and notmuch-search viewsGravatar Carl Worth2010-10-22
* test: Add a new test_expect_equal_failureGravatar Carl Worth2010-10-22
* test: Add tests for emacs notmuch-search and notmuch-show functions.Gravatar Carl Worth2010-10-22
* emacs: Remove the joke from the first line of the notmuch-hello view.Gravatar Carl Worth2010-10-22
* test: Add the most rudimentary testing of the emacs interface.Gravatar Carl Worth2010-10-22
* test: Add a new test_emacs function to test-lib.shGravatar Carl Worth2010-10-22
* test: Fix add_email_corpus function to be quiet.Gravatar Carl Worth2010-10-22
* emacs: Fix notmuch-hello to not break when given a very narrow window.Gravatar Carl Worth2010-10-22
* TODO: Add some notes to fix some recently noted problems.Gravatar Carl Worth2010-10-12
* emacs: Fix bug when parsing a subject cotaining: \[[0-9/]\]Gravatar Carl Worth2010-09-23
* lib: Fix "make install"Gravatar Carl Worth2010-09-21
* test/README: Document add_email_corpus (and add_message/generate_message)Gravatar Carl Worth2010-09-20
* test: Fix the search and dump-restore tests to operator on non-empty mail store.Gravatar Carl Worth2010-09-20