]> git.notmuchmail.org Git - notmuch/commit
emacs: make elide messages use notmuch-show for omitting messages.
authorMark Walters <markwalters1009@gmail.com>
Sat, 16 Jun 2012 10:21:46 +0000 (11:21 +0100)
committerDavid Bremner <bremner@debian.org>
Sat, 30 Jun 2012 01:33:31 +0000 (22:33 -0300)
commite12645c869a1c34aa28239465e1fe8321d182709
tree69a5c3095ae855f3ca6155cea9af5ba75d7642db
parentfdce20d365d58491bd82a5944915843972fc0f00
emacs: make elide messages use notmuch-show for omitting messages.

Previously the elide messages code got the entire-thread from
notmuch-show.c and then threw away all non-matching messages. This
version calls notmuch-show.c without the --entire-thread flag so
it never receives the non-matching messages in the first place.

This makes it substantially faster.
emacs/notmuch-show.el