aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
Commit message (Expand)AuthorAge
* new: Don't report version after upgradeGravatar Austin Clements2014-08-30
* new: Report and abort on upgrade failureGravatar Austin Clements2014-08-06
* notmuch-new: backup tags before database upgradeGravatar David Bremner2014-04-12
* cli: make sure notmuch new and insert don't add invalid tagsGravatar Jani Nikula2014-03-06
* new: Detect dirent.d_type support at configure timeGravatar Austin Clements2014-02-14
* cli: add --quiet option to notmuch newGravatar Jani Nikula2014-01-26
* cli: abstract notmuch new result printingGravatar Jani Nikula2014-01-26
* cli: for loop is more customaryGravatar Jani Nikula2014-01-26
* cli: use dirent_type in count_files tooGravatar Jani Nikula2014-01-26
* cli: only check the ignore list if neededGravatar Jani Nikula2014-01-26
* cli: extract single message addition in notmuch new to clarify codeGravatar Jani Nikula2014-01-26
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* new: Don't scan unchanged directories with no sub-directoriesGravatar Austin Clements2013-10-28
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* cli: convert "notmuch new" to the argument parserGravatar Jani Nikula2012-12-04
* new: Skip ignored broken symlinksGravatar Austin Clements2012-11-26
* cli: notmuch new: optionally output debug information when ignoring files/dir...Gravatar Pieter Praet2012-10-20
* cli: add '--debug' option to 'notmuch new'Gravatar Pieter Praet2012-10-20
* new: Unify add_files and add_files_recursiveGravatar Austin Clements2012-05-24
* new: Merge error checks from add_files and add_files_recursiveGravatar Austin Clements2012-05-24
* new: Centralize file type stat-ing logicGravatar Austin Clements2012-05-24
* new: Remove workaround for detecting newly created directory objectsGravatar Austin Clements2012-05-23
* lib/cli: Make notmuch_database_get_directory return a status codeGravatar Austin Clements2012-05-15
* lib/cli: Make notmuch_database_create return a status codeGravatar Austin Clements2012-05-05
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus Winter2012-04-28
* new: Fix missing end_atomic in remove_filename on errorGravatar Austin Clements2012-04-24
* new: Print final fatal error message to stderrGravatar Austin Clements2012-04-24
* new: Handle fatal errors in remove_filename and _remove_directoryGravatar Austin Clements2012-04-24
* new: Consistently treat fatal errors as fatalGravatar Austin Clements2012-04-24
* add support for user-specified files & directories to ignoreGravatar Tomi Ollila2012-02-17
* Free the results of scandir()Gravatar Ethan Glasser-Camp2012-02-14
* Silence buildbot warnings about unused resultsGravatar Austin Clements2012-01-21
* notmuch: Quiet buildbot warnings.Gravatar David Edmondson2011-12-21
* cli: add support for pre and post notmuch new hooksGravatar Jani Nikula2011-12-11
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* lib: make find_message{,by_filename) report errorsGravatar Ali Polatel2011-10-04
* new: Wrap adding and removing messages in atomic sections.Gravatar Austin Clements2011-09-24
* new: Synchronize maildir flags eagerly.Gravatar Austin Clements2011-09-24
* new: Cleanup. De-duplicate file name removal code.Gravatar Austin Clements2011-09-24
* new: Cleanup. Put removed/renamed message count in add_files_state_t.Gravatar Austin Clements2011-09-24
* lib: Add support for nested atomic sections.Gravatar Austin Clements2011-09-23
* new: Defer updating directory mtimes until the end.Gravatar Austin Clements2011-09-23
* new: Don't lose messages on SIGINT.Gravatar Austin Clements2011-09-13
* new: Improved workaround for mistaken new directoriesGravatar Austin Clements2011-06-29
* new: Don't update DB mtime if FS mtime equals wall-clock time.Gravatar Austin Clements2011-06-29
* fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* Remove some variables which were set but not used.Gravatar Carl Worth2011-05-11
* new: Update comments for add_files_recursiveGravatar Carl Worth2011-03-10