From: Mark Walters Date: Sat, 16 Jun 2012 10:21:46 +0000 (+0100) Subject: emacs: make elide messages use notmuch-show for omitting messages. X-Git-Tag: 0.14~79 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e12645c869a1c34aa28239465e1fe8321d182709;hp=e12645c869a1c34aa28239465e1fe8321d182709 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. ---