X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=c8639be529207fc85420e25be527712b590a1348;hp=2e172aaecb432a7367894811e252c057a843834f;hb=3cdb24d38aaa4cf043526a946e0a4ae290a6881d;hpb=97ef8a74c93fc24a65d97ae621f482450503db09 diff --git a/notmuch.el b/notmuch.el index 2e172aae..c8639be5 100644 --- a/notmuch.el +++ b/notmuch.el @@ -184,6 +184,7 @@ Unlike builtin `next-line' this version accepts no arguments." (if parent-buffer (progn (switch-to-buffer parent-buffer) + (forward-line) (notmuch-search-show-thread))))) (defun notmuch-show-mark-read-then-archive-thread () @@ -713,7 +714,6 @@ global search. (defun notmuch-search-show-thread () (interactive) (let ((thread-id (notmuch-search-find-thread-id))) - (forward-line) (if (> (length thread-id) 0) (notmuch-show thread-id (current-buffer)) (error "End of search results"))))