diff options
| author | jao <jao@gnu.org> | 2024-11-07 18:02:24 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2024-11-07 18:02:24 +0000 |
| commit | ae54b20761539fdbf16689cfa6bb8b3e5b13c251 (patch) | |
| tree | de90070a78321458a0ef5b68c2d18fd39ecbc6d8 /lib/net | |
| parent | 4308710de811e3b4e2fb47f9024439df03e96b90 (diff) | |
| download | elibs-ae54b20761539fdbf16689cfa6bb8b3e5b13c251.tar.gz elibs-ae54b20761539fdbf16689cfa6bb8b3e5b13c251.tar.bz2 | |
nits
Diffstat (limited to 'lib/net')
| -rw-r--r-- | lib/net/jao-notmuch-gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/jao-notmuch-gnus.el b/lib/net/jao-notmuch-gnus.el index 0789611..1a03613 100644 --- a/lib/net/jao-notmuch-gnus.el +++ b/lib/net/jao-notmuch-gnus.el @@ -101,6 +101,8 @@ ;;; Gnus search using notmuch +(require 'gnus-search) + (add-to-list 'gnus-search-expandable-keys "list") (cl-defmethod gnus-search-transform-expression ((engine gnus-search-notmuch) |
