summaryrefslogtreecommitdiff
path: root/notmuch-new.c
AgeCommit message (Expand)Author
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
2009-11-27notmuch-new: Check for non-fatal errors from stat()Chris Wilson
2009-11-27Fix up whitespace styling from previous commit.Carl Worth
2009-11-27notmuch-new: Test if directory looks like Maildir before skipping tmp.Jan Janak
2009-11-27notmuch-new: Fix notmuch new to look at files within symbolic linksAneesh Kumar K.V
2009-11-23Stay out of tmp to respect the Maildir spec.Jed Brown
2009-11-23ANSI escapes in "new" only when output is a ttyAdrian Perez
2009-11-23Support for printing file paths in new commandAdrian Perez
2009-11-22notmuch-new: Only print the regular progress report when on a ttyChris Wilson
2009-11-22notmuch-new: Only install SIGALRM if not running under gdbChris Wilson
2009-11-22notmuch new: Fix to actually open the database READ_WRITE.Chris Wilson
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-21Revert "notmuch: Add Maildir directory name as tag name for messages"Carl Worth
2009-11-21notmuch: Add Maildir directory name as tag name for messagesAneesh Kumar K.V
2009-11-19notmuch new: Restore printout of total files counted.Carl Worth