From: David Bremner Date: Tue, 28 Jun 2022 01:02:01 +0000 (-0300) Subject: perf-test/emacs: test showing longish threads X-Git-Tag: 0.37_rc0~48 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=ded2eb1a50bf3be4a5296fab5a2d1eee3d859347;hp=ded2eb1a50bf3be4a5296fab5a2d1eee3d859347;p=notmuch perf-test/emacs: test showing longish threads This particular thread takes about 100 times longer to display in emacs than on the command line. The parameter notmuch-show-max-text-part-size exists, but is currently ineffective for this task because it only hides attachments, not part 0. In future commits, the parameter notmuch-show-{depth,height}-limit will trigger a similar kind of hiding for bodies as n-s-m-text-part-size already does for attachments. ---