aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-04Eliminate some useless gobject boilerplate.Carl Worth
2010-02-04notmuch new: Don't index uuencoded data.Carl Worth
2010-02-04notmuch reply: Rename the mailing_list_munged_reply_to functionCarl Worth
2010-02-04notmuch reply: Prevent GMIME assertion complaints for empty Reply-to header.Carl Worth
2010-02-04notmuch reply: Use strstr instead of strcasestr for portability.Carl Worth
2010-02-04notmuch reply: Fix the support for reply-to un-munging.Carl Worth
2010-02-04notmuch-reply: Add missing whitespace.Carl Worth
2010-02-04notmuch-test: Test "notmuch reply" with a reply-to-munged mailCarl Worth
2010-02-04notmuch-reply.c: Handle munged `Reply-To' headers.Jed Brown
2010-02-04notmuch-reply.c: Factor adding recipients into common functionJed Brown
2010-02-04notmuch-test: Test "notmuch reply" with multiple recipientsCarl Worth
2010-02-04notmuch-test: Add test for "notmuch reply" with a CC header.Carl Worth
2010-02-04notmuch-test: Add "notmuch reply" test for reply-to support.Carl Worth
2010-02-04notmuch-test: Test "notmuch reply" from alternate address.Carl Worth
2010-02-04notmuch-test: Add a basic test of "notmuch reply"Carl Worth
2010-02-04notmuch-test: Eliminate sleeps to speed up test suite runCarl Worth
2010-02-04notmuch-test: Allow custom headers when generating messagesCarl Worth
2010-02-04notmuch-test: Use named-parameters for generate_message functionCarl Worth
2010-02-04Add actual testing to notmuch-testCarl Worth
2010-01-24Add a very rough beginning of a test suite.Carl Worth
2010-01-24notmuch.desktop: Clarify that this is the emacs interface to notmuch.Carl Worth
2010-01-24Add install target for notmuch.desktop file.Jeffrey C. Ollie
2010-01-23Fix misspelling of DT_UNKNOWN.Carl Worth
2010-01-23README: Tighten up the text a bit.Carl Worth
2010-01-23Add some comments to document the recently-fixed handling of d_type.Carl Worth
2010-01-23notmuch new: Fix to work on filesystems returning DT_UNKNOWNGeo Carncross
2010-01-14Install zsh completion filemartin f. krafft
2010-01-09notmuch new: Print upgrade progress report as a percentage.Carl Worth
2010-01-09lib: Add non-content terms with a WDF value of 0.Carl Worth
2010-01-09lib: Explicitly set BoolWeight when searching.Carl Worth
2010-01-09lib: Split the database upgrade into two phases for safer operation.Carl Worth
2010-01-08lib: Delete stale timestamp documents during database upgrade.Carl Worth
2010-01-08notmuch new: Don't prevent database upgrade from being interrupted.Carl Worth
2010-01-07notmuch new: Fix progress notification on database upgrade.Carl Worth
2010-01-07notmuch new: Automatically upgrade the database if necessary.Carl Worth
2010-01-07lib: Implement versioning in the database and provide upgrade function.Carl Worth
2010-01-07notmuch new: Fix deletion support to recurse on removed directories.Carl Worth
2010-01-07TODO: Add a couple of ideas that came up during recent coding.Carl Worth
2010-01-07Prefer READ_ONLY consistently over READONLY.Carl Worth
2010-01-07lib: Consolidate checks for read-only database.Carl Worth
2010-01-07lib: Clarify internal documentation of _notmuch_database_filename_to_direntryCarl Worth
2010-01-07notmuch_message_get_filename: Support old-style filename storage.Carl Worth
2010-01-06notmuch new: Never ask the database for any names from a new directory.Carl Worth
2010-01-06lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth
2010-01-06notmuch new: Fix bug resulting in file removal on initial build of database.Carl Worth
2010-01-06notmuch new: Fix to detect deletions of names at the end of the list.Carl Worth
2010-01-06notmuch new: Fix regression preventing addition of symlinked mail files.Carl Worth
2010-01-06notmuch new: Fix regression preventing recursion through symlinks.Carl Worth
2010-01-06Fix typo in comment.Carl Worth
2010-01-06notmuch new: Print counts of deleted and renamed messages.Carl Worth