]> git.notmuchmail.org Git - notmuch/commitdiff
perf-test/emacs: test showing longish threads
authorDavid Bremner <david@tethera.net>
Tue, 28 Jun 2022 01:02:01 +0000 (22:02 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 14 Jul 2022 07:50:33 +0000 (04:50 -0300)
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.


No differences found