]> git.notmuchmail.org Git - notmuch/history - notmuch-new.c
test: Link to compat files when building program during "make test"
[notmuch] / notmuch-new.c
2011-05-11 Carl WorthRemove some variables which were set but not used.
2011-03-10 Carl Worthnew: Update comments for add_files_recursive
2011-03-10 Karel Zaknew: read db_files and db_subdirs only if mtime changed
2011-01-26 Michal Sojkanew: Print progress estimates only when we have suffici...
2011-01-26 Michal Sojkanew: Enhance progress reporting
2011-01-26 Michal Sojkanew: Add all initial tags at once
2011-01-26 Austin ClementsDo not defer maildir flag synchronization for new messages
2010-12-05 Carl Worthnotmuch new: Scan directory whenever fs mtime is not...
2010-11-11 Carl Worthnotmuch new: Defer maildir_flags synchronization until...
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-11 Carl WorthAvoid abbreviation, preferring notmuch_config_get_maild...
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-11-10 Michal SojkaMaildir synchronization
2010-04-23 Carl WorthSprinkle some const-correctness around new_tags.
2010-04-23 Ben Gamarinotmuch-config: make new message tags configurable
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-13 Michal SojkaPrevent data loss caused by SIGINT during notmuch new
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-01-23 Carl WorthFix misspelling of DT_UNKNOWN.
2010-01-23 Carl WorthAdd some comments to document the recently-fixed handli...
2010-01-23 Geo Carncrossnotmuch new: Fix to work on filesystems returning DT_UN...
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-10 Carl Worthnotmuch new: Print upgrade progress report as a percentage.
2010-01-08 Carl Worthnotmuch new: Don't prevent database upgrade from being...
2010-01-08 Carl Worthnotmuch new: Automatically upgrade the database if...
2010-01-08 Carl Worthnotmuch new: Fix deletion support to recurse on removed...
2010-01-07 Carl WorthPrefer READ_ONLY consistently over READONLY.
2010-01-06 Carl Worthnotmuch new: Never ask the database for any names from...
2010-01-06 Carl Worthnotmuch new: Fix bug resulting in file removal on initi...
2010-01-06 Carl Worthnotmuch new: Fix to detect deletions of names at the...
2010-01-06 Carl Worthnotmuch new: Fix regression preventing addition of...
2010-01-06 Carl Worthnotmuch new: Fix regression preventing recursion throug...
2010-01-06 Carl WorthFix typo in comment.
2010-01-06 Carl Worthnotmuch new: Print counts of deleted and renamed messages.
2010-01-06 Carl Worthnotmuch new: Proper support for renamed and deleted...
2010-01-06 Carl Worthnotmuch new: Store detected removed filenames for later...
2010-01-06 Carl Worthnotmuch new: Detect deleted (renamed) files and directo...
2010-01-06 Carl Worthadd_files_recursive: Make the maildir detection more...
2010-01-06 Carl Worthadd_files_recursive: Separate scanning for directories...
2010-01-06 Carl Worthadd_files_recursive: Use consistent naming for array...
2010-01-06 Carl Worthnotmuch new: Remove an unnecessary stat of every regula...
2010-01-06 Carl Worthnotmuch new: Eliminate the check on the mtime of regula...
2010-01-06 Carl Worthnotmuch new: Fix internal documentation of add_files_re...
2010-01-06 Carl Worthnotmuch new: Rename the various timestamp variables...
2010-01-06 Carl Worthnotmuch new: Avoid updating directory timestamp if...
2010-01-06 Carl Worthnotmuch-new: Remove dead add_files_callback code.
2010-01-06 Carl WorthMake the add_files function static within notmuch-new.c.
2010-01-06 Carl Worthlib: Implement new notmuch_directory_t API.
2010-01-06 Carl Worthlib: Rename set/get_timestamp to set/get_directory_mtime.
2010-01-06 Carl Worthnotmuch new: Remove hack to ignore read-only directorie...
2010-01-06 Carl Worthnotmuch new: Restrict the "not much" pun to the first...
2009-12-05 Jameson Graef Rollinsmerge changes from upstream
2009-12-01 Dirk-Jan C. BinnemaAvoid compiler warnings due to ignored write return...
2009-11-28 Chris Wilsonnotmuch-new: Check for non-fatal errors from stat()
2009-11-28 Carl WorthFix up whitespace styling from previous commit.
2009-11-28 Jan Janaknotmuch-new: Test if directory looks like Maildir befor...
2009-11-28 Carl WorthMerge remote branch 'jukie/vim'
2009-11-28 Aneesh Kumar K.Vnotmuch-new: Fix notmuch new to look at files within...
2009-11-24 Jed BrownStay out of tmp to respect the Maildir spec.
2009-11-23 Adrian PerezANSI escapes in "new" only when output is a tty
2009-11-23 Adrian PerezSupport for printing file paths in new command
2009-11-22 Chris Wilsonnotmuch-new: Only print the regular progress report...
2009-11-22 Chris Wilsonnotmuch-new: Only install SIGALRM if not running under gdb
2009-11-21 Chris Wilsonnotmuch new: Fix to actually open the database READ_WRITE.
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-21 Carl WorthRevert "notmuch: Add Maildir directory name as tag...
2009-11-21 Aneesh Kumar K.Vnotmuch: Add Maildir directory name as tag name for...
2009-11-18 Carl Worthnotmuch new: Restore printout of total files counted.
2009-11-18 Carl Worthnotmuch new: Fix countdown timer on first run.
2009-11-18 Stewart Smithcount_files: sort directory in inode order before statting
2009-11-18 Carl WorthMinor style fixups for the previous fix.
2009-11-18 Stewart SmithRead mail directory in inode number order
2009-11-18 Ingmar VanhasselTypsos
2009-11-13 Keith Packardnotmuch new/tag: Flush all changes to database when...
2009-11-12 Carl Worthnotmuch new: Don't ignore files with mtime of 0.
2009-11-12 Keith PackardInitialize count of new files to zero.
2009-11-12 Carl Worthnotmuch new: Unbreak after the addition of notmuch...
2009-11-10 Carl Worthnotmuch: Break notmuch.c up into several smaller files.