X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=97914f2cba68b6c879520c9ba7491ec2a0338135;hp=33e434f3ea68dff66a21e81957f066598df97290;hb=406ec4b15d65f1104c7ff3ee654a5e9cd5b39f29;hpb=2e3d07b8d50ecbc48cf2c40e0557201d42081ab9 diff --git a/notmuch.el b/notmuch.el index 33e434f3..97914f2c 100644 --- a/notmuch.el +++ b/notmuch.el @@ -613,14 +613,13 @@ which this thread was originally shown." (let ((p (point-marker)) (cite-button-text (concat "[" (number-to-string (count-lines beg-sub (point))) - "-line citation.]"))) + "-line citation. Click/Enter to show.]"))) (goto-char (- beg-sub 1)) (insert (concat "\n" indent)) (insert-button cite-button-text 'invisibility-spec invis-spec :type 'notmuch-button-citation-toggle-type) - (insert "\n") - (goto-char (+ (length cite-button-text) p)) + (forward-line) )))) (move-to-column depth) (if (looking-at notmuch-show-signature-regexp)