mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
53a4eb4780
commit
1fbae387e3
1 changed files with 0 additions and 5 deletions
|
@ -987,11 +987,6 @@ following:
|
||||||
(run-hooks 'notmuch-hello-refresh-hook)
|
(run-hooks 'notmuch-hello-refresh-hook)
|
||||||
(setq notmuch-hello-first-run nil))
|
(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)
|
(provide 'notmuch-hello)
|
||||||
|
|
Loading…
Reference in a new issue