[PATCH v2 5/8] notmuch-new: pull out useful bits of add_files_recursive

2012-07-01 Thread Mark Walters
On Sun, 01 Jul 2012, Ethan Glasser-Camp wrote: > This patch pulls some bits out of add_files_recursive which will be > useful for other backends: two reporting functions > _report_before_adding_file and _report_added_file, as well as > _add_message, which actually does the message adding. > > No

[PATCH v2 5/8] notmuch-new: pull out useful bits of add_files_recursive

2012-07-01 Thread Ethan Glasser-Camp
This patch pulls some bits out of add_files_recursive which will be useful for other backends: two reporting functions _report_before_adding_file and _report_added_file, as well as _add_message, which actually does the message adding. No functional changes. Signed-off-by: Ethan Glasser-Camp ---

[PATCH v2 5/8] notmuch-new: pull out useful bits of add_files_recursive

2012-07-01 Thread Ethan Glasser-Camp
This patch pulls some bits out of add_files_recursive which will be useful for other backends: two reporting functions _report_before_adding_file and _report_added_file, as well as _add_message, which actually does the message adding. No functional changes. Signed-off-by: Ethan Glasser-Camp

Re: [PATCH v2 5/8] notmuch-new: pull out useful bits of add_files_recursive

2012-07-01 Thread Mark Walters
On Sun, 01 Jul 2012, Ethan Glasser-Camp ethan.glasser.c...@gmail.com wrote: This patch pulls some bits out of add_files_recursive which will be useful for other backends: two reporting functions _report_before_adding_file and _report_added_file, as well as _add_message, which actually does the