]> git.cworth.org Git - notmuch/commit
emacs: hello: stop update from forcing the buffer to be displayed
authorMark Walters <markwalters1009@gmail.com>
Sat, 15 Oct 2016 07:32:41 +0000 (08:32 +0100)
committerDavid Bremner <david@tethera.net>
Mon, 17 Oct 2016 12:04:38 +0000 (09:04 -0300)
commita9ab5e42af4464e37569221b8faaf5a7fec0cc8e
tree5a3a40fbca367916c58c746741955af1a3194a0a
parent5e83fe979dc67a9aaad6eee28735e0ab47b1743c
emacs: hello: stop update from forcing the buffer to be displayed

Make the notmuch-hello refresh function (notmuch-hello-update) not
force the buffer to be displayed. All the callers call it when the
buffer is already displayed so it will only affect non-interactive
callers. Since it is just a trivial wrapper of notmuch-hello anyone
who wants to force the buffer to be displayed should just call
notmuch-hello.
emacs/notmuch-hello.el