summaryrefslogtreecommitdiff
path: root/notmuch-new.c
AgeCommit message (Expand)Author
2015-10-14cli: delete directory documents on directory removal0.21_rc0Jani Nikula
2015-09-29cli: use designated initializer to initialize add_files_stateJani Nikula
2015-09-07cli: reset db directory mtime upon directory removalJani Nikula
2015-08-14cli: add global option "--uuid"David Bremner
2015-08-04cli/new: add more debugging outputDavid Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2015-05-31cli: change "setup" to "set up" where used as a verbJ. Lewis Muir
2015-03-29lib: add "verbose" versions of notmuch_database_{open,create}David Bremner
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