X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=97914f2cba68b6c879520c9ba7491ec2a0338135;hp=492b5d66f78f20fb5f62ff3c8e4943fb5c6544ff;hb=dac01ec52036e0320f66211be3dc5e5126eb218f;hpb=19e8ad63934428c0d0f4a091ccebdcc9b0b9ffa5 diff --git a/notmuch.el b/notmuch.el index 492b5d66..97914f2c 100644 --- a/notmuch.el +++ b/notmuch.el @@ -613,13 +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) - (goto-char (+ (length cite-button-text) p)) + (forward-line) )))) (move-to-column depth) (if (looking-at notmuch-show-signature-regexp)