aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
Commit message (Expand)AuthorAge
...
* new: read db_files and db_subdirs only if mtime changedGravatar Karel Zak2011-03-10
* new: Print progress estimates only when we have sufficient informationGravatar Michal Sojka2011-01-26
* new: Enhance progress reportingGravatar Michal Sojka2011-01-26
* new: Add all initial tags at onceGravatar Michal Sojka2011-01-26
* Do not defer maildir flag synchronization for new messagesGravatar Austin Clements2011-01-26
* notmuch new: Scan directory whenever fs mtime is not equal to db mtimeGravatar Carl Worth2010-12-05
* notmuch new: Defer maildir_flags synchronization until after removalsGravatar Carl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationGravatar Carl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsGravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* Maildir synchronizationGravatar Michal Sojka2010-11-10
* Sprinkle some const-correctness around new_tags.Gravatar Carl Worth2010-04-23
* notmuch-config: make new message tags configurableGravatar Ben Gamari2010-04-23
* Prevent data loss caused by SIGINT during notmuch newGravatar Michal Sojka2010-04-13
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* Fix misspelling of DT_UNKNOWN.Gravatar Carl Worth2010-01-23
* 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
* notmuch new: Print upgrade progress report as a percentage.Gravatar Carl Worth2010-01-09
* notmuch new: Don't prevent database upgrade from being interrupted.Gravatar Carl Worth2010-01-08
* notmuch new: Automatically upgrade the database if necessary.Gravatar Carl Worth2010-01-07
* notmuch new: Fix deletion support to recurse on removed directories.Gravatar Carl Worth2010-01-07
* Prefer READ_ONLY consistently over READONLY.Gravatar Carl Worth2010-01-07
* notmuch new: Never ask the database for any names from a new directory.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
* 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
* lib: Implement new notmuch_directory_t API.Gravatar Carl Worth2010-01-06
* lib: Rename set/get_timestamp to set/get_directory_mtime.Gravatar Carl Worth2010-01-06
* notmuch new: Remove hack to ignore read-only directories in mail store.Gravatar Carl Worth2010-01-06
* notmuch new: Restrict the "not much" pun to the first run.Gravatar Carl Worth2010-01-06
* Avoid compiler warnings due to ignored write return valuesGravatar Dirk-Jan C. Binnema2009-12-01
* notmuch-new: Check for non-fatal errors from stat()Gravatar Chris Wilson2009-11-27
* Fix up whitespace styling from previous commit.Gravatar Carl Worth2009-11-27