Re: [PATCH v2 07/11] lib: thread: add thread total size function

2017-06-10 Thread David Bremner
Ioan-Adrian Ratiu writes: > Given a thread object this function computes the total disk space used > by all messages contained in the thread. > Can you take the approach of id:20170604123235.24466-9-da...@tethera.net and compute the total filesize as the thread is built? d

[PATCH v2 07/11] lib: thread: add thread total size function

2017-05-18 Thread Ioan-Adrian Ratiu
Given a thread object this function computes the total disk space used by all messages contained in the thread. Signed-off-by: Ioan-Adrian Ratiu --- lib/notmuch.h | 7 +++ lib/thread.cc | 12 2 files changed, 19 insertions(+) diff --git a/lib/notmuch.h