aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-01Makefile: Build library with -Wl,--as-neededCarl Worth
2010-11-01manpage: Add escaping for hyphen used as minusCarl Worth
2010-11-01debian: Add changelog entry for the 0.4 release.Carl Worth
2010-11-01Increment notmuch version to 0.4.Carl Worth
2010-11-01Update library version to 1.2.0Carl Worth
2010-11-01NEWS: Add notes for the 0.4.0 releaseCarl Worth
2010-10-30configure: Add a check for the -Wl,--as-needed flag.Carl Worth
2010-10-30fixupCarl Worth
2010-10-30build: only link to what we really useFelipe Contreras
2010-10-30configure: Remove a debugging print message.Carl Worth
2010-10-30configure: Test for flag to set rpathCarl Worth
2010-10-30configure: Test for each compiler warning before enabling it.Carl Worth
2010-10-29test: Test emacs notmuch-hello with no saved searches to display.Carl Worth
2010-10-29test: Test emacs notmuch-hello when displaying a saved search with 0 results.Carl Worth
2010-10-29Fix problem with notmuch-hello-nice-numberDirk Hohndel
2010-10-29emacs: Re-work the implementation of highlighting in notmuch-search-mode.David Edmondson
2010-10-29debian: Add emacs autoloads for all top-level notmuch functions.Carl Worth
2010-10-29emacs: Fix the autoload commentsCarl Worth
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