aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-06lib: Indicate whether notmuch_database_remove_message removed anything.Carl Worth
2010-01-06lib: Update documentation of notmuch_database_add_message.Carl Worth
2010-01-06Index content from citations and signatures.Carl Worth
2010-01-06notmuch new: Proper support for renamed and deleted files.Carl Worth
2010-01-06notmuch new: Store detected removed filenames for later processing.Carl Worth
2010-01-06notmuch new: Detect deleted (renamed) files and directories.Carl Worth
2010-01-06add_files_recursive: Make the maildir detection more efficient.Carl Worth
2010-01-06add_files_recursive: Separate scanning for directories and files for legibility.Carl Worth
2010-01-06add_files_recursive: Use consistent naming for array and count variables.Carl Worth
2010-01-06notmuch new: Remove an unnecessary stat of every regular file in the mail store.Carl Worth
2010-01-06notmuch new: Eliminate the check on the mtime of regular files before adding.Carl Worth
2010-01-06notmuch new: Fix internal documentation of add_files_recursive.Carl Worth
2010-01-06notmuch new: Rename the various timestamp variables to be more clear.Carl Worth
2010-01-06notmuch new: Avoid updating directory timestamp if interrupted.Carl Worth
2010-01-06notmuch-new: Remove dead add_files_callback code.Carl Worth
2010-01-06Make the add_files function static within notmuch-new.c.Carl Worth
2010-01-06Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.Carl Worth
2010-01-06Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth
2010-01-06Revamp the proposed directory-tracking API slightly.Carl Worth
2010-01-06Prototypes for directory trackingKeith Packard
2010-01-06database: Add new, public notmuch_database_remove_messageCarl Worth
2010-01-06database: Add new find_doc_ids_for_term interface.Carl Worth
2010-01-06database: Make find_unique_doc_id enforce uniqueness (for a debug build)Carl Worth
2010-01-06database: Abstract _filename_to_direntry from _add_messageCarl Worth
2010-01-06database: Allowing storing multiple filenames for a single message ID.Carl Worth
2010-01-06database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth
2010-01-06database: Split _find_parent_id into _split_path and _find_directory_idCarl Worth
2010-01-06database: Store directory path in 'data' of directory documents.Carl Worth
2010-01-06database: Export _notmuch_database_find_parent_id for internal use.Carl Worth
2010-01-06database: Store the parent ID for each directory document.Carl Worth
2010-01-06database: Rename internal directory value from XTIMESTAMP to XDIRECTORY.Carl Worth
2010-01-06database: Store directory paths as relative, not absolute.Carl Worth
2010-01-06lib: Document that the filename is stored in the 'data' of a mail documentCarl Worth
2010-01-06lib: Rename set/get_timestamp to set/get_directory_mtime.Carl Worth
2010-01-06lib: Abstract the extraction of a relative path from set_filenameCarl Worth
2010-01-06notmuch new: Remove hack to ignore read-only directories in mail store.Carl Worth
2010-01-06lib: Add missing value to notmuch_private_status_t enum.Carl Worth
2010-01-06notmuch new: Restrict the "not much" pun to the first run.Carl Worth
2010-01-06configure: Look for both Xapian 1.1 and 1.0 and allow user override.Carl Worth