]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: notmuch-tree-get-match: No longer define as command
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 10 Jan 2021 14:01:10 +0000 (15:01 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 15 Jan 2021 10:47:48 +0000 (06:47 -0400)
When called from code, then this function returns non-nil when the
message at point is a matched message.  However it does nothing at all
to present that information to the user when it called interactively.
It is therefore safe to conclude that nobody is using this as a
command.


No differences found