Jon Fineman <j...@fineman.me> writes:

> I just upgraded my notmuch library and noticed that per this thread the
> function notmuch-hello-mode-map was removed.
> https://nmbug.notmuchmail.org/nmweb/show/20200726165818.400-14-jonas%40bernoul.li
>
> I had been following this guide to map keys to various notmuch
> functions.
> https://notmuchmail.org/emacstips/#index5h2
>
> For example I have this mapping:
> (define-key notmuch-hello-mode-map "i"
>   (lambda ()
>     (interactive)
>     (notmuch-hello-search "folder:INBOX not tag:deleted")))


Other people have commented on the map issue. For this particular
command you could also add a saved search, and give it a key.

M-x customize-variable notmuch-saved-searches

for more help.
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to