X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=cbe414f1e9a0d111fac4aba2b215845a34ae2ed2;hb=0d8e26d0e3324e28424329dd79d4c44b849b27ce;hp=db2da9f49cfca2350a4975c77de549eddf1430cb;hpb=fa5279113b8bc2d6f58d672867f980ef8f02a118;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index db2da9f4..cbe414f1 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -399,6 +399,12 @@ diagonal." (if (not (widget-at)) (widget-forward 1))))) +;;;###autoload +(defun notmuch-folder () + "Deprecated function for invoking notmuch---calling `notmuch' is preferred now." + (interactive) + (notmuch-hello)) + ;; (provide 'notmuch-hello)