aboutsummaryrefslogtreecommitdiff
path: root/notmuch-new.c
Commit message (Expand)AuthorAge
* new: Unify add_files and add_files_recursiveAustin Clements2012-05-24
* new: Merge error checks from add_files and add_files_recursiveAustin Clements2012-05-24
* new: Centralize file type stat-ing logicAustin Clements2012-05-24
* new: Remove workaround for detecting newly created directory objectsAustin Clements2012-05-23
* lib/cli: Make notmuch_database_get_directory return a status codeAustin Clements2012-05-15
* lib/cli: Make notmuch_database_create return a status codeAustin Clements2012-05-05
* lib/cli: Make notmuch_database_open return a status codeAustin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter2012-04-28
* new: Fix missing end_atomic in remove_filename on errorAustin Clements2012-04-24
* new: Print final fatal error message to stderrAustin Clements2012-04-24
* new: Handle fatal errors in remove_filename and _remove_directoryAustin Clements2012-04-24
* new: Consistently treat fatal errors as fatalAustin Clements2012-04-24
* add support for user-specified files & directories to ignoreTomi Ollila2012-02-17
* Free the results of scandir()Ethan Glasser-Camp2012-02-14
* Silence buildbot warnings about unused resultsAustin Clements2012-01-21
* notmuch: Quiet buildbot warnings.David Edmondson2011-12-21
* cli: add support for pre and post notmuch new hooksJani Nikula2011-12-11
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* lib: make find_message{,by_filename) report errorsAli Polatel2011-10-04
* new: Wrap adding and removing messages in atomic sections.Austin Clements2011-09-24
* new: Synchronize maildir flags eagerly.Austin Clements2011-09-24
* new: Cleanup. De-duplicate file name removal code.Austin Clements2011-09-24
* new: Cleanup. Put removed/renamed message count in add_files_state_t.Austin Clements2011-09-24
* lib: Add support for nested atomic sections.Austin Clements2011-09-23
* new: Defer updating directory mtimes until the end.Austin Clements2011-09-23
* new: Don't lose messages on SIGINT.Austin Clements2011-09-13
* new: Improved workaround for mistaken new directoriesAustin Clements2011-06-29
* new: Don't update DB mtime if FS mtime equals wall-clock time.Austin Clements2011-06-29
* fix sum moar typos [comments in source code]Pieter Praet2011-06-23
* Remove some variables which were set but not used.Carl Worth2011-05-11
* new: Update comments for add_files_recursiveCarl Worth2011-03-10
* new: read db_files and db_subdirs only if mtime changedKarel Zak2011-03-10
* new: Print progress estimates only when we have sufficient informationMichal Sojka2011-01-26
* new: Enhance progress reportingMichal Sojka2011-01-26
* new: Add all initial tags at onceMichal Sojka2011-01-26
* Do not defer maildir flag synchronization for new messagesAustin Clements2011-01-26
* notmuch new: Scan directory whenever fs mtime is not equal to db mtimeCarl Worth2010-12-05
* notmuch new: Defer maildir_flags synchronization until after removalsCarl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationCarl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth2010-11-11
* Make maildir synchronization configurableMichal Sojka2010-11-10
* Maildir synchronizationMichal Sojka2010-11-10
* Sprinkle some const-correctness around new_tags.Carl Worth2010-04-23
* notmuch-config: make new message tags configurableBen Gamari2010-04-23
* Prevent data loss caused by SIGINT during notmuch newMichal Sojka2010-04-13
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* Fix misspelling of DT_UNKNOWN.Carl Worth2010-01-23
* Add some comments to document the recently-fixed handling of d_type.Carl Worth2010-01-23
* notmuch new: Fix to work on filesystems returning DT_UNKNOWNGeo Carncross2010-01-23
* notmuch new: Print upgrade progress report as a percentage.Carl Worth2010-01-09