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