The below two elisp lines are verbatim from https://notmuchmail.org/emacstips/ and from my own init file: (define-key notmuch-tree-mode-map "r" (notmuch-tree-close-message-pane-and #'notmuch-show-reply)) (define-key notmuch-tree-mode-map "R" (notmuch-tree-close-message-pane-and #'notmuch-show-reply-sender)) After upgrading Debian 11->12 and getting whatever new version comes along (0.37, looks like), these throw the error: "Symbol's function definition is void: notmuch-tree-close-message-pane-and" If I comment out those two lines everything works fine. Any idea what is going on? I didn't see anything on this function being removed (nor can I imagine it would be). Thanks for any help. _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org