emacs: remove deprecated notmuch-folder command

It has been deprecated for a decade and it's time to let go.
This commit is contained in:
Jonas Bernoulli 2020-11-16 22:28:32 +01:00 committed by David Bremner
parent 53a4eb4780
commit 1fbae387e3

View file

@ -987,11 +987,6 @@ following:
(run-hooks 'notmuch-hello-refresh-hook)
(setq notmuch-hello-first-run nil))
(defun notmuch-folder ()
"Deprecated function for invoking notmuch---calling `notmuch' is preferred now."
(interactive)
(notmuch-hello))
;;
(provide 'notmuch-hello)