]> git.notmuchmail.org Git - notmuch/commit - lib/notmuch-private.h
lib: add notmuch_message_count_files
authorDavid Bremner <david@tethera.net>
Sun, 4 Jun 2017 12:32:30 +0000 (09:32 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 2 Aug 2017 01:17:47 +0000 (21:17 -0400)
commit8a8e2b11c208050aa1d719ec0933f58d51628fdd
tree886ee56fb742482b88fae41fe0949e906c7ca15f
parent411675a6ce78988157c4a078f504b3b7805e54c6
lib: add notmuch_message_count_files

This operation is relatively inexpensive, as the needed metadata is
already computed by our lazy metadata fetching. The goal is to support
better UI for messages with multipile files.
lib/message.cc
lib/notmuch-private.h
lib/notmuch.h
lib/string-list.c