]> git.cworth.org Git - notmuch/commit
lib: add notmuch_thread_get_total_files
authorDavid Bremner <david@tethera.net>
Sun, 4 Jun 2017 12:32:31 +0000 (09:32 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 2 Aug 2017 01:17:47 +0000 (21:17 -0400)
commit50340bcb78586dc63b5e0914563665b30e8f88d0
tree57a8d8d274996d38bdb6d9a5224e03103d2af197
parent8a8e2b11c208050aa1d719ec0933f58d51628fdd
lib: add notmuch_thread_get_total_files

This is relatively inexpensive in terms of run time and implementation
cost as we are already traversing the list of messages in a thread.
lib/notmuch.h
lib/thread.cc