notmuch.el: Fix notmuch-search-goto-last-thread.

This broke when we switched to filter-based processing of search
results and added the "End of search results" line onto the end. Fix
to skip ignore that line when moving to the last thread.
This commit is contained in:
Carl Worth 2009-11-30 16:50:52 -08:00
parent 07a46d10ea
commit b7a6e05980

View file

@ -985,7 +985,7 @@ thread from that buffer can be show when done with this one)."
"Move point to the last thread in the buffer."
(interactive)
(goto-char (point-max))
(forward-line -1))
(forward-line -2))
(defface notmuch-tag-face
'((((class color)