aboutsummaryrefslogtreecommitdiff
path: root/notmuch-new.c
AgeCommit message (Expand)Author
2011-05-11Remove some variables which were set but not used.Carl Worth
2011-03-10new: Update comments for add_files_recursiveCarl Worth
2011-03-10new: read db_files and db_subdirs only if mtime changedKarel Zak
2011-01-26new: Print progress estimates only when we have sufficient informationMichal Sojka
2011-01-26new: Enhance progress reportingMichal Sojka
2011-01-26new: Add all initial tags at onceMichal Sojka
2011-01-26Do not defer maildir flag synchronization for new messagesAustin Clements
2010-12-05notmuch new: Scan directory whenever fs mtime is not equal to db mtimeCarl Worth
2010-11-11notmuch new: Defer maildir_flags synchronization until after removalsCarl Worth
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-10Maildir synchronizationMichal Sojka
2010-04-23Sprinkle some const-correctness around new_tags.Carl Worth
2010-04-23notmuch-config: make new message tags configurableBen Gamari
2010-04-13Prevent data loss caused by SIGINT during notmuch newMichal Sojka
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-01-23Fix misspelling of DT_UNKNOWN.Carl Worth
2010-01-23Add some comments to document the recently-fixed handling of d_type.Carl Worth
2010-01-23notmuch new: Fix to work on filesystems returning DT_UNKNOWNGeo Carncross
2010-01-09notmuch new: Print upgrade progress report as a percentage.Carl Worth
2010-01-08notmuch new: Don't prevent database upgrade from being interrupted.Carl Worth
2010-01-07notmuch new: Automatically upgrade the database if necessary.Carl Worth
2010-01-07notmuch new: Fix deletion support to recurse on removed directories.Carl Worth
2010-01-07Prefer READ_ONLY consistently over READONLY.Carl Worth
2010-01-06notmuch new: Never ask the database for any names from a new directory.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-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-06lib: Implement new notmuch_directory_t API.Carl Worth
2010-01-06lib: Rename set/get_timestamp to set/get_directory_mtime.Carl Worth
2010-01-06notmuch new: Remove hack to ignore read-only directories in mail store.Carl Worth
2010-01-06notmuch new: Restrict the "not much" pun to the first run.Carl Worth
2009-12-01Avoid compiler warnings due to ignored write return valuesDirk-Jan C. Binnema