aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Install vim plugin with vim-addonsGravatar martin f. krafft2010-01-21
* add myself to uploadersGravatar martin f. krafft2010-01-21
* put cworth as maintainer per his own requestGravatar martin f. krafft2010-01-21
* Build-depend on emacs23Gravatar martin f. krafft2010-01-21
* add ITP bug number to changelog entry about uploadGravatar martin f. krafft2010-01-21
* no need to create /usr/share dirsGravatar martin f. krafft2010-01-21
* Put debian/* under separate copyright.Gravatar martin f. krafft2010-01-21
* Fix suggestions/enhancements for vim+emacsGravatar martin f. krafft2010-01-21
* Start new changelog stanza pending uploadGravatar martin f. krafft2010-01-21
* add Vcs-Browser fieldGravatar martin f. krafft2010-01-21
* Merge branch 'upstream'Gravatar martin f. krafft2010-01-21
|\
| * 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
* | Add build-dependency on emacsGravatar martin f. krafft2010-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