]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: fcc should fail at the right time if it doesn't point to a maildir
[notmuch] / 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)