summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* database: Make find_unique_doc_id enforce uniqueness (for a debug build)Carl Worth2010-01-06
* database: Abstract _filename_to_direntry from _add_messageCarl Worth2010-01-06
* database: Allowing storing multiple filenames for a single message ID.Carl Worth2010-01-06
* database: Store mail filename as a new 'direntry' term, not as 'data'.Carl Worth2010-01-06
* database: Split _find_parent_id into _split_path and _find_directory_idCarl Worth2010-01-06
* database: Store directory path in 'data' of directory documents.Carl Worth2010-01-06
* database: Export _notmuch_database_find_parent_id for internal use.Carl Worth2010-01-06
* database: Store the parent ID for each directory document.Carl Worth2010-01-06
* database: Rename internal directory value from XTIMESTAMP to XDIRECTORY.Carl Worth2010-01-06
* database: Store directory paths as relative, not absolute.Carl Worth2010-01-06
* lib: Document that the filename is stored in the 'data' of a mail documentCarl Worth2010-01-06
* lib: Rename set/get_timestamp to set/get_directory_mtime.Carl Worth2010-01-06
* lib: Abstract the extraction of a relative path from set_filenameCarl Worth2010-01-06
* notmuch new: Remove hack to ignore read-only directories in mail store.Carl Worth2010-01-06
* lib: Add missing value to notmuch_private_status_t enum.Carl Worth2010-01-06
* notmuch new: Restrict the "not much" pun to the first run.Carl Worth2010-01-06
* configure: Look for both Xapian 1.1 and 1.0 and allow user override.Carl Worth2010-01-06
* emacs: Add instructions to the hidden citations/signatures.Carl Worth2009-12-11
* emacs: Don't insert extra line after citations.Carl Worth2009-12-11
* emacs: Don't regard a manually indented '>' as introducing a citation.Carl Worth2009-12-11
* emacs: Avoid infinite loop when marking up citations.Carl Worth2009-12-11
* Expand scope of items considered when saving attachmentsKeith Amidon2009-12-10
* emacs: Fix '+' and '-' in case of thread no longer matching current search.Carl Worth2009-12-10
* notmuch.el: patch notmuch-show to call notmuch show without query-context (i....David Bremner2009-12-10
* notmuch-show: add optional argument for query context instead of using global...David Bremner2009-12-10
* notmuch-search-process-filter: add text properties for authors and subject to...David Bremner2009-12-10