]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - emacs/notmuch-hello.el
emacs: Rip out all of the notmuch-folder code.
[obsolete/notmuch-old] / emacs / notmuch-hello.el
index db2da9f49cfca2350a4975c77de549eddf1430cb..cbe414f1e9a0d111fac4aba2b215845a34ae2ed2 100644 (file)
@@ -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)