From: Jonas Bernoulli Date: Mon, 16 Nov 2020 21:28:32 +0000 (+0100) Subject: emacs: remove deprecated notmuch-folder command X-Git-Tag: 0.32_rc0~185 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1fbae387e3b2c1fabf87d9296269421a47976785 emacs: remove deprecated notmuch-folder command It has been deprecated for a decade and it's time to let go. --- diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index bc07c29c..f5d9e0ec 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -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)