aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-10-22emacs: Fix notmuch-hello to not break when given a very narrow window.Carl Worth
2010-10-12TODO: Add some notes to fix some recently noted problems.Carl Worth
2010-09-23emacs: Fix bug when parsing a subject cotaining: \[[0-9/]\]Carl Worth
2010-09-21lib: Fix "make install"Carl Worth
2010-09-20test/README: Document add_email_corpus (and add_message/generate_message)Carl Worth
2010-09-20test: Fix the search and dump-restore tests to operator on non-empty mail store.Carl Worth
2010-09-20test: Add a corpus of email messages to be used in testing.Carl Worth
2010-09-20test: Remove useless NOTMUCH variable (in favor of simply "notmuch")Carl Worth
2010-09-20test: Remove some dead code in test-lib.shCarl Worth
2010-09-20test: Fix PATH-checking test to work with --valgrindCarl Worth
2010-09-20lib: Fix use-after-free bug.Carl Worth