]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: Move declare-function from notmuch-lib.el to notmuch-hello.el.
[notmuch] / emacs / notmuch-hello.el
index 97db90e51a24875c17184363f0d2cfc03c2f0c92..e3132a9066e62d2fe2fd81c3e1457d5afb2b255e 100644 (file)
@@ -27,7 +27,7 @@
 (require 'notmuch-mua)
 
 (declare-function notmuch-search "notmuch" (query &optional oldest-first target-thread target-line continuation))
-(declare-function notmuch-folder-count "notmuch" (search))
+(declare-function notmuch-poll "notmuch" ())
 
 (defvar notmuch-hello-search-bar-marker nil
   "The position of the search bar within the notmuch-hello buffer.")