aboutsummaryrefslogtreecommitdiff
path: root/notmuch-new.c
AgeCommit message (Expand)Author
2014-08-30new: Don't report version after upgradeAustin Clements
2014-08-06new: Report and abort on upgrade failureAustin Clements
2014-04-12notmuch-new: backup tags before database upgradeDavid Bremner
2014-03-06cli: make sure notmuch new and insert don't add invalid tagsJani Nikula
2014-02-14new: Detect dirent.d_type support at configure timeAustin Clements
2014-01-26cli: add --quiet option to notmuch newJani Nikula
2014-01-26cli: abstract notmuch new result printingJani Nikula
2014-01-26cli: for loop is more customaryJani Nikula
2014-01-26cli: use dirent_type in count_files tooJani Nikula
2014-01-26cli: only check the ignore list if neededJani Nikula
2014-01-26cli: extract single message addition in notmuch new to clarify codeJani Nikula
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
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