summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-29configure: Set XAPIAN_CONFIG to only "xapian-config" by default.Carl Worth
2010-10-29configure: optimize uname finding a bitFelipe Contreras
2010-10-29Makefile: Fix notmuch binary to directly link against Xapian and GMime.Carl Worth
2010-10-29Don't involve the shell in notmuch searchesDavid Benjamin
2010-10-29notmuch-setup.c: Initialize getline(3) response_size to 0Mike Kelly
2010-10-28Do not call ldconfig when building Debian packageMichal Sojka
2010-10-28documentation: Add the "files" option to the synopsis of "search --output="Carl Worth
2010-10-28python: lambda(p) is not P3k-compliantSebastian Spaeth
2010-10-28python: Import explicit including package nameSebastian Spaeth
2010-10-28test: Emit a friendly error message if run with bash < 4.0.Carl Worth
2010-10-28test: Avoid using unreliable, hard-coded thread ID values in test suite.Carl Worth
2010-10-28emacs: Use copy-sequence instead of copy-seq.Carl Worth
2010-10-28notmuch search: Add a new "notmuch search --output=files"Carl Worth
2010-10-28notmuch search: Add a new --output=(summary|threads|messages|tags) option.Carl Worth
2010-10-28lib: Add two functions: notmuch_query_get_query_string and _get_sortCarl Worth
2010-10-28TODO: Remove several items that have been completed.Carl Worth
2010-10-27emacs: Eliminate duplicate From header in replies.Carl Worth
2010-10-27test: Add test for reply functionality within emacs.Carl Worth
2010-10-27notmuch: Eliminate some const-correctness warnings.Carl Worth
2010-10-27emacs: Eliminate warning of calling function with excess arguments.Carl Worth
2010-10-27emacs: Remove non-interactive call of goto-lineCarl Worth
2010-10-27emacs: Fix to eliminate warning in notmuch-query-map-auxCarl Worth
2010-10-27emacs: Avoid runtime use of `cl'.David Edmondson
2010-10-27Move notmuch-fcc-header-setup to message-header-setup-hook.Rob Browning
2010-10-27test: Update tests with removal of bcc from replyJameson Rollins
2010-10-27Remove bcc header from notmuch reply.Jameson Rollins
2010-10-27test: Add test for fully-roundtripped FCCCarl Worth
2010-10-27test: Use an explicit date in the message sent via (fake) SMTPCarl Worth
2010-10-27emacs: Explicitly set the From address when composing a new message.Carl Worth
2010-10-27emacs: Enable FCC (to a directory named "sent") by default.Carl Worth
2010-10-27emacs: Change FCC to be relative to notmuch mail store, not message-directoryCarl Worth
2010-10-27notmuch config: Allow for new "notmuch config set" in addition to getCarl Worth
2010-10-27notmuch config: Provide support for querying non-standard configuration values.Carl Worth
2010-10-27notmuch: Add a new "notmuch config" command for querying configuration.Carl Worth
2010-10-27TODO: Note idea for a new "notmuch compose"Carl Worth
2010-10-27test: Add test that emacs interface actually sends mail.Carl Worth
2010-10-27test: Set alternate HOME during tests.Carl Worth
2010-10-22test: Fix false failure from the "available tests" test.Carl Worth
2010-10-22notmuch search: Fix to handle failure of notmuch_query_search_threads.Carl Worth
2010-10-22lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Carl Worth
2010-10-22emacs: Fix quoting of Message-Id to fix test case of Id containing ".."Carl Worth
2010-10-22test: Add test demonstrating failure in emacs interface when Message-Id has ..Carl Worth
2010-10-22test: Add tests for adding/removing tags within emacs interfaceCarl Worth
2010-10-22test: Add simple tests for navigating notmuch-hello and notmuch-search viewsCarl Worth
2010-10-22test: Add a new test_expect_equal_failureCarl Worth
2010-10-22test: Add tests for emacs notmuch-search and notmuch-show functions.Carl Worth
2010-10-22emacs: Remove the joke from the first line of the notmuch-hello view.Carl Worth
2010-10-22test: Add the most rudimentary testing of the emacs interface.Carl Worth
2010-10-22test: Add a new test_emacs function to test-lib.shCarl Worth
2010-10-22test: Fix add_email_corpus function to be quiet.Carl Worth