summaryrefslogtreecommitdiff
path: root/notmuch-new.c
AgeCommit message (Expand)Author
2013-10-28new: Don't scan unchanged directories with no sub-directoriesAustin Clements
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2012-12-04cli: convert "notmuch new" to the argument parserJani Nikula
2012-11-26new: Skip ignored broken symlinksAustin Clements
2012-10-20cli: notmuch new: optionally output debug information when ignoring files/directoriesPieter Praet
2012-10-20cli: add '--debug' option to 'notmuch new'Pieter Praet
2012-05-24new: Unify add_files and add_files_recursiveAustin Clements
2012-05-24new: Merge error checks from add_files and add_files_recursiveAustin Clements
2012-05-24new: Centralize file type stat-ing logicAustin Clements
2012-05-23new: Remove workaround for detecting newly created directory objectsAustin Clements
2012-05-15lib/cli: Make notmuch_database_get_directory return a status codeAustin Clements
2012-05-05lib/cli: Make notmuch_database_create return a status codeAustin Clements
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-24new: Fix missing end_atomic in remove_filename on errorAustin Clements
2012-04-24new: Print final fatal error message to stderrAustin Clements
2012-04-24new: Handle fatal errors in remove_filename and _remove_directoryAustin Clements
2012-04-24new: Consistently treat fatal errors as fatalAustin Clements
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