X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=c2e0899e5c8e7a1787c179439a530a6952127423;hp=e8a9b78fb7fefb87f88031ed33c65d6163cb9192;hb=78c85f053b28be0ed6c42981bc028739a98d3d93;hpb=ee3e7416f0b341db809d3912d0dea08df2ac56c2 diff --git a/notmuch.el b/notmuch.el index e8a9b78f..c2e0899e 100644 --- a/notmuch.el +++ b/notmuch.el @@ -595,7 +595,7 @@ which this thread was originally shown." (interactive) (save-excursion (notmuch-show-move-to-current-message-summary-line) - (next-line) + (forward-line) (unless (button-at (point)) (notmuch-show-next-button)) (push-button))