]> git.notmuchmail.org Git - notmuch/commit
notmuch-hello: Fix ability to isearch to a saved-search and press RET
authorCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 03:15:45 +0000 (20:15 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 03:15:45 +0000 (20:15 -0700)
commitca5ae54cb1aa91dc2c3ba9372d70d6fa080851d8
treee9b4ff942e2921d460bf094540b0d0daf9780fd1
parent7df0e611df9275bf2330bc73895e2d729a157adc
notmuch-hello: Fix ability to isearch to a saved-search and press RET

After isearching for an entire saved-search name, the point will be
immediately after that name in the buffer. Before commit
c9ba61bebef7733c4bf12adf94222e57621fdcf6 the space right after the
name was part of the widget so the user could press RET right after
the isearch to activate the saved search.

The above commit broke that functionality. Restore it by including a
single space after each name as part of the widget.
emacs/notmuch-hello.el