From: Carl Worth Date: Tue, 1 Dec 2009 00:48:19 +0000 (-0800) Subject: notmuch.el: Fix notmuch-search-scroll-down to go to first thread. X-Git-Tag: 0.1~287 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=07a46d10eaf93707f37f3325c8192ef0684ad06d;hp=07a46d10eaf93707f37f3325c8192ef0684ad06d;p=notmuch notmuch.el: Fix notmuch-search-scroll-down to go to first thread. When there's no more to scroll, we want to select the first thread. This used to work, and I'm not sure when it broke, (perhaps when we switched from post-process decorating of the search results to filtering). Fix the calculation to work again. ---