]> git.notmuchmail.org Git - notmuch/commit
add_files_recursive: Use consistent naming for array and count variables.
authorCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 00:15:43 +0000 (16:15 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
commit6f05dd8a8c51d23f47fce608e3eb25cd8e1c8bd1
tree34d36e302669a1c5b04df2381067fc87bb0810a9
parent2c4555f1a56602ff1dd55a63699810522ba4d91e
add_files_recursive: Use consistent naming for array and count variables.

Previously we had an array named "namelist" and its count named
"num_entries". We now use an array name of "fs_entries" and a count
named "num_fs_entries" to try to preserve sanity.
notmuch-new.c