[PATCH 16/27] emacs: remove deprecated notmuch-folder command

Subject: [PATCH 16/27] emacs: remove deprecated notmuch-folder command

Date: Sun, 8 Nov 2020 20:03:00 +0100

To: notmuch@notmuchmail.org

Cc:

From: Jonas Bernoulli


It has been deprecated for a decade and it's time to let go.
---
 emacs/notmuch-hello.el | 5 -----
 1 file changed, 5 deletions(-)

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 @@ (defun notmuch-hello (&optional no-display)
   (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)
-- 
2.29.1
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: