aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-30 16:50:52 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-30 16:50:52 -0800
commitb7a6e0598041b830256eaad52750672b442ff687 (patch)
tree7674815f1c776a416902dd39225bac9e7621353a /notmuch.el
parent07a46d10eaf93707f37f3325c8192ef0684ad06d (diff)
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.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 9eb84696..439a975f 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -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)