]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
database: Export _notmuch_database_find_parent_id for internal use.
[notmuch] / notmuch.el
index 33e434f3ea68dff66a21e81957f066598df97290..97914f2cba68b6c879520c9ba7491ec2a0338135 100644 (file)
@@ -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)