]> git.notmuchmail.org Git - notmuch/commit
Pass message to the `notmuch-show-insert-text/plain-hook' hook.
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Wed, 25 May 2011 22:10:12 +0000 (02:10 +0400)
committerCarl Worth <cworth@cworth.org>
Wed, 15 Jun 2011 14:07:32 +0000 (07:07 -0700)
commitf43f76088739523a1396fbe6dc41b68d55f0720c
tree24e094b0c9a8aea11967bad6e1f4fe71d23e120e
parent974faa22b5dfa0204b568b9a2b37821cbac0967c
Pass message to the `notmuch-show-insert-text/plain-hook' hook.

Before the change, the `notmuch-show-insert-text/plain-hook' was
given only the `depth' argument.  The patch adds another one -
the message.  Currently, the new message argument is not used by
any on the hooks.  But it will be used later to get access to
message invisibility specs when wash buttons are inserted.
emacs/notmuch-show.el
emacs/notmuch-wash.el