aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
Commit message (Expand)AuthorAge
...
* 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
* notmuch-new: Test if directory looks like Maildir before skipping tmp.Gravatar Jan Janak2009-11-27
* notmuch-new: Fix notmuch new to look at files within symbolic linksGravatar Aneesh Kumar K.V2009-11-27
* Stay out of tmp to respect the Maildir spec.Gravatar Jed Brown2009-11-23
* ANSI escapes in "new" only when output is a ttyGravatar Adrian Perez2009-11-23
* Support for printing file paths in new commandGravatar Adrian Perez2009-11-23
* notmuch-new: Only print the regular progress report when on a ttyGravatar Chris Wilson2009-11-22
* notmuch-new: Only install SIGALRM if not running under gdbGravatar Chris Wilson2009-11-22
* notmuch new: Fix to actually open the database READ_WRITE.Gravatar Chris Wilson2009-11-22
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* Revert "notmuch: Add Maildir directory name as tag name for messages"Gravatar Carl Worth2009-11-21
* notmuch: Add Maildir directory name as tag name for messagesGravatar Aneesh Kumar K.V2009-11-21
* notmuch new: Restore printout of total files counted.Gravatar Carl Worth2009-11-19
* notmuch new: Fix countdown timer on first run.Gravatar Carl Worth2009-11-19
* count_files: sort directory in inode order before stattingGravatar Stewart Smith2009-11-18
* Minor style fixups for the previous fix.Gravatar Carl Worth2009-11-18
* Read mail directory in inode number orderGravatar Stewart Smith2009-11-18
* TypsosGravatar Ingmar Vanhassel2009-11-18
* notmuch new/tag: Flush all changes to database when interrupted.Gravatar Keith Packard2009-11-13