]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: remove deprecated notmuch-folder command
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 16 Nov 2020 21:28:32 +0000 (22:28 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 6 Dec 2020 20:20:44 +0000 (16:20 -0400)
It has been deprecated for a decade and it's time to let go.

emacs/notmuch-hello.el

index bc07c29c70ebe6e2b15edd5258fde55133473c60..f5d9e0ec374af061f74c75c4c3e32f56aa6216f6 100644 (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)