aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* README: Tighten up the text a bit.Carl Worth2010-01-23
* Add some comments to document the recently-fixed handling of d_type.Carl Worth2010-01-23
* notmuch new: Fix to work on filesystems returning DT_UNKNOWNGeo Carncross2010-01-23
* Install zsh completion filemartin f. krafft2010-01-14
* notmuch new: Print upgrade progress report as a percentage.Carl Worth2010-01-09
* lib: Add non-content terms with a WDF value of 0.Carl Worth2010-01-09
* lib: Explicitly set BoolWeight when searching.Carl Worth2010-01-09
* lib: Split the database upgrade into two phases for safer operation.Carl Worth2010-01-09
* lib: Delete stale timestamp documents during database upgrade.Carl Worth2010-01-08
* notmuch new: Don't prevent database upgrade from being interrupted.Carl Worth2010-01-08
* notmuch new: Fix progress notification on database upgrade.Carl Worth2010-01-07
* notmuch new: Automatically upgrade the database if necessary.Carl Worth2010-01-07
* lib: Implement versioning in the database and provide upgrade function.Carl Worth2010-01-07
* notmuch new: Fix deletion support to recurse on removed directories.Carl Worth2010-01-07
* TODO: Add a couple of ideas that came up during recent coding.Carl Worth2010-01-07
* Prefer READ_ONLY consistently over READONLY.Carl Worth2010-01-07
* lib: Consolidate checks for read-only database.Carl Worth2010-01-07
* lib: Clarify internal documentation of _notmuch_database_filename_to_direntryCarl Worth2010-01-07
* notmuch_message_get_filename: Support old-style filename storage.Carl Worth2010-01-07
* notmuch new: Never ask the database for any names from a new directory.Carl Worth2010-01-06
* lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.Carl Worth2010-01-06
* notmuch new: Fix bug resulting in file removal on initial build of database.Carl Worth2010-01-06
* notmuch new: Fix to detect deletions of names at the end of the list.Carl Worth2010-01-06
* notmuch new: Fix regression preventing addition of symlinked mail files.Carl Worth2010-01-06
* notmuch new: Fix regression preventing recursion through symlinks.Carl Worth2010-01-06
* Fix typo in comment.Carl Worth2010-01-06
* notmuch new: Print counts of deleted and renamed messages.Carl Worth2010-01-06
* lib: Indicate whether notmuch_database_remove_message removed anything.Carl Worth2010-01-06
* lib: Update documentation of notmuch_database_add_message.Carl Worth2010-01-06
* Index content from citations and signatures.Carl Worth2010-01-06
* notmuch new: Proper support for renamed and deleted files.Carl Worth2010-01-06
* notmuch new: Store detected removed filenames for later processing.Carl Worth2010-01-06
* notmuch new: Detect deleted (renamed) files and directories.Carl Worth2010-01-06
* add_files_recursive: Make the maildir detection more efficient.Carl Worth2010-01-06
* add_files_recursive: Separate scanning for directories and files for legibility.Carl Worth2010-01-06
* add_files_recursive: Use consistent naming for array and count variables.Carl Worth2010-01-06
* notmuch new: Remove an unnecessary stat of every regular file in the mail store.Carl Worth2010-01-06
* notmuch new: Eliminate the check on the mtime of regular files before adding.Carl Worth2010-01-06
* notmuch new: Fix internal documentation of add_files_recursive.Carl Worth2010-01-06
* notmuch new: Rename the various timestamp variables to be more clear.Carl Worth2010-01-06
* notmuch new: Avoid updating directory timestamp if interrupted.Carl Worth2010-01-06
* notmuch-new: Remove dead add_files_callback code.Carl Worth2010-01-06
* Make the add_files function static within notmuch-new.c.Carl Worth2010-01-06
* Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.Carl Worth2010-01-06
* Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Carl Worth2010-01-06
* lib: Implement new notmuch_directory_t API.Carl Worth2010-01-06
* Revamp the proposed directory-tracking API slightly.Carl Worth2010-01-06
* Prototypes for directory trackingKeith Packard2010-01-06
* database: Add new, public notmuch_database_remove_messageCarl Worth2010-01-06
* database: Add new find_doc_ids_for_term interface.Carl Worth2010-01-06