summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notmuch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index c0bb552..ff4a0bd 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -752,7 +752,8 @@ is what to put on the button."
; determine whether we've left the current message.
(if (re-search-forward notmuch-show-part-begin-regexp nil t)
(beginning-of-line)))))
- (goto-char end))))
+ (goto-char end))
+ (goto-char end)))
(defun notmuch-show-markup-parts-region (beg end depth)
(save-excursion