]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
Makefile: Hide away auto-generated dependency file as .depends.
[notmuch] / notmuch.el
index 2e172aaecb432a7367894811e252c057a843834f..c8639be529207fc85420e25be527712b590a1348 100644 (file)
@@ -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"))))