emacs: update declaration of notmuch-tree

This fixes an a warning from the byte-compiler.  The commit
74ab62a340 changed the function
signature but did not update the declaration.
This commit is contained in:
David Bremner 2021-07-06 22:35:30 -03:00
parent 04f378e673
commit d8a5fba4fe

View file

@ -33,7 +33,7 @@
(declare-function notmuch-poll "notmuch-lib" ())
(declare-function notmuch-tree "notmuch-tree"
(&optional query query-context target buffer-name
open-target unthreaded parent-buffer))
open-target unthreaded parent-buffer oldest-first))
(declare-function notmuch-unthreaded "notmuch-tree"
(&optional query query-context target buffer-name
open-target))