diff options
| author | jao <jao@gnu.org> | 2026-07-17 17:45:42 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-07-17 17:45:42 +0100 |
| commit | 2192ae2e632a6e7c37734155f40375016503d550 (patch) | |
| tree | c9ac129833e2bac693f5de005385f32896d4f282 /custom/jao-custom-notmuch.el | |
| parent | a7a1af4b038c19d3304164237dc182f9a08b88b9 (diff) | |
| download | elibs-2192ae2e632a6e7c37734155f40375016503d550.tar.gz elibs-2192ae2e632a6e7c37734155f40375016503d550.tar.bz2 | |
notmuch fix
Diffstat (limited to 'custom/jao-custom-notmuch.el')
| -rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
