As expected / hoped, this is much faster for large threads than
actually inserting the bodies.
---
 performance-test/T06-emacs.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/performance-test/T06-emacs.sh b/performance-test/T06-emacs.sh
index ce04ca17..7f6fdfbe 100755
--- a/performance-test/T06-emacs.sh
+++ b/performance-test/T06-emacs.sh
@@ -21,4 +21,8 @@ time_emacs "tag messages" \
 time_emacs "show thread" \
           '(notmuch-show 
"thread:{id:tip-4f8219875a0dad2cfad9e93a3fafcd9626db9...@git.kernel.org}")'
 
+time_emacs "lazy show" \
+          '(let ((notmuch-show-depth-limit 0))
+               (notmuch-show 
"thread:{id:tip-4f8219875a0dad2cfad9e93a3fafcd9626db9...@git.kernel.org}"))'
+
 time_done
-- 
2.35.2

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to