summaryrefslogtreecommitdiff
path: root/notmuch-new.c
AgeCommit message (Expand)Author
2012-02-17add support for user-specified files & directories to ignoreTomi Ollila
2012-02-14Free the results of scandir()Ethan Glasser-Camp
2012-01-21Silence buildbot warnings about unused resultsAustin Clements
2011-12-21notmuch: Quiet buildbot warnings.David Edmondson
2011-12-11cli: add support for pre and post notmuch new hooksJani Nikula
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-10-04lib: make find_message{,by_filename) report errorsAli Polatel
2011-09-24new: Wrap adding and removing messages in atomic sections.Austin Clements
2011-09-24new: Synchronize maildir flags eagerly.Austin Clements
2011-09-24new: Cleanup. De-duplicate file name removal code.Austin Clements
2011-09-24new: Cleanup. Put removed/renamed message count in add_files_state_t.Austin Clements
2011-09-23lib: Add support for nested atomic sections.Austin Clements
2011-09-23new: Defer updating directory mtimes until the end.Austin Clements
2011-09-13new: Don't lose messages on SIGINT.Austin Clements
2011-06-29new: Improved workaround for mistaken new directoriesAustin Clements
2011-06-29new: Don't update DB mtime if FS mtime equals wall-clock time.Austin Clements
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
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