From: Austin Clements Date: Sat, 11 Jun 2011 16:54:05 +0000 (-0400) Subject: new: Cleanup. Put removed/renamed message count in add_files_state_t. X-Git-Tag: 0.9_rc1~14 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1353dbe8642ebf5fc7e4ff562bb4b8f3a8e15132;hp=1353dbe8642ebf5fc7e4ff562bb4b8f3a8e15132 new: Cleanup. Put removed/renamed message count in add_files_state_t. Previously, pointers to these variables were passed around individually. This was okay when only one function needed them, but we're about to need them in a few more places. ---