branch: externals/notmuch-indicator
commit 96f5efdae2628e1fec542a51c5aaf78634916d07
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Update the declared arguments for notmuch-search
---
 notmuch-indicator.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 499609ca74..cf9c3e76c6 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -231,9 +231,7 @@ example that uses the `tab-bar-mode'."
               notmuch-indicator-notmuch-config-file
               (shell-quote-argument terms))))))
 
-(declare-function
- notmuch-search "notmuch"
- (&optional query oldest-first target-thread target-line no-display))
+(declare-function notmuch-search "notmuch" (&optional query oldest-first 
hide-excluded target-thread target-line no-display))
 
 (defvar notmuch-indicator-counter-format "%s%s"
   "The `format' string for each counter.

Reply via email to