From 2192ae2e632a6e7c37734155f40375016503d550 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 17 Jul 2026 17:45:42 +0100 Subject: notmuch fix --- custom/jao-custom-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-notmuch.el') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 4d08204..974a577 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -80,7 +80,7 @@ jao-notmuch--newa (concat (jao-notmuch--new) " AND "))) (defun jao-notmuch--q (d0 &optional k d1 qs st) - (let* ((qs (when qs (mapconcat #'identity qs " AND "))) + (let* ((qs (when qs (mapconcat (lambda (q) (format "%s" q)) qs " AND "))) (q (or qs (concat (jao-notmuch--new) (mapconcat (lambda (d) (when d (concat " AND tag:" d))) -- cgit v1.2.3