]> git.cworth.org Git - obsolete/notmuch-old/commit
new: Unify add_files and add_files_recursive
authorAustin Clements <amdragon@MIT.EDU>
Thu, 24 May 2012 22:01:13 +0000 (18:01 -0400)
committerDavid Bremner <bremner@debian.org>
Fri, 25 May 2012 00:53:38 +0000 (21:53 -0300)
commit4ca36441a84155571ca2e572f3f6a96af55685b1
tree0c9f8cf03558be11e9a63583bf236fa6d5d77795
parentda170ee6573ca8a04f01ebf789250f6b4b4d3cf0
new: Unify add_files and add_files_recursive

Since starting at the top of a directory tree and recursing within
that tree are now identical operations, there's no need for both
add_files and add_files_recursive.  This eliminates add_files (which
did nothing more than call add_files_recursive after the previous
patch) and renames add_files_recursive to add_files.
notmuch-new.c