diff options
| author | jao <jao@gnu.org> | 2025-11-09 01:50:12 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-09 01:50:12 +0000 |
| commit | 48a308fce37faf3a4b4f05fd8bbfb9f3cceca2e0 (patch) | |
| tree | 2c6be12fd22c3fc8bab0f7ca1e39ca3022a24c6d /custom/jao-custom-notmuch.el | |
| parent | e6f74b28476dcd91bd106d52a90a294d96e6597c (diff) | |
| download | elibs-48a308fce37faf3a4b4f05fd8bbfb9f3cceca2e0.tar.gz elibs-48a308fce37faf3a4b4f05fd8bbfb9f3cceca2e0.tar.bz2 | |
oopsie
Diffstat (limited to 'custom/jao-custom-notmuch.el')
| -rw-r--r-- | custom/jao-custom-notmuch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index ade064b..f32094f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -198,8 +198,7 @@ (defun jao-notmuch--index-searches (searches) (seq-map-indexed (lambda (q i) - (plist-put q :key (or (elt jao-notmu -ch--search-keys i) + (plist-put q :key (or (elt jao-notmuch--search-keys i) (format "%s" i)))) searches)) |
