| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/mail/notmuch/files/ |
Upload File : |
From: William Casarin <jackbox55@gmail.com> Some are running into undeclarated function errors > emacs/notmuch-tree.el:1143:1:Warning: the following functions are > not known to be defined: notmuch-search-previous-thread, > notmuch-search-next-thread, notmuch-tree-from-search-thread Reported-by: Danilo G. Baio <dbaio@FreeBSD.org> Signed-off-by: William Casarin <jb55@jb55.com> --- emacs/notmuch-tree.el.orig 2020-09-06 00:50:03 UTC +++ emacs/notmuch-tree.el @@ -41,6 +41,9 @@ (declare-function notmuch-read-query "notmuch" (prompt)) (declare-function notmuch-search-find-thread-id "notmuch" (&optional bare)) (declare-function notmuch-search-find-subject "notmuch" ()) +(declare-function notmuch-search-next-thread "notmuch" ()) +(declare-function notmuch-search-previous-thread "notmuch" ()) +(declare-function notmuch-tree-from-search-thread "notmuch" ()) ;; the following variable is defined in notmuch.el (defvar notmuch-search-query-string)