aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21Install vim plugin with vim-addonsmartin f. krafft
2010-01-21add myself to uploadersmartin f. krafft
2010-01-21put cworth as maintainer per his own requestmartin f. krafft
2010-01-21Build-depend on emacs23martin f. krafft
2010-01-21add ITP bug number to changelog entry about uploadmartin f. krafft
2010-01-21no need to create /usr/share dirsmartin f. krafft
2010-01-21Put debian/* under separate copyright.martin f. krafft
2010-01-21Fix suggestions/enhancements for vim+emacsmartin f. krafft
2010-01-21Start new changelog stanza pending uploadmartin f. krafft
2010-01-21add Vcs-Browser fieldmartin f. krafft
2010-01-21Merge branch 'upstream'martin f. krafft
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-09Add build-dependency on emacsmartin f. krafft
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
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