diff options
author | jao <jao@gnu.org> | 2025-03-28 00:48:43 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-03-28 00:48:43 +0000 |
commit | 2e07a955a764044c23df7dbf28c28a801cf0cac5 (patch) | |
tree | bc6aec8b38252d2ac00369065ddcacf633d6b47d /custom | |
parent | 1d309761b1f9ca74f25f1322c9c51a3ebddc9c55 (diff) | |
download | elibs-2e07a955a764044c23df7dbf28c28a801cf0cac5.tar.gz elibs-2e07a955a764044c23df7dbf28c28a801cf0cac5.tar.bz2 |
gnus nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index a7059c6..6cab185 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -212,8 +212,10 @@ (when jao-gnus-use-nnml (add-to-list 'gnus-secondary-select-methods - `(nnml "" (gnus-search-engine gnus-search-recoll - (remove-prefix ,(jao-gnus-dir "Mail/")))))) + ;; `(nnml "" (gnus-search-engine gnus-search-recoll + ;; (remove-prefix ,(jao-gnus-dir "Mail/")))) + `(nnml "" (gnus-search-engine gnus-search-notmuch + (remove-prefix "/home/jao/var/mail/gnus"))))) (when jao-gnus-use-nnml (dolist (p jao-gnus-nnml-group-params) @@ -644,13 +646,14 @@ (seq-difference '("feeds.trove"))))) `(("nnml:bigml\\.inbox" "B" jao-themes-f00) ("nnml:bigml\\.alba" "A" jao-themes-f00) + ("nnml:bigml\\.ryou" "R" jao-themes-f00) ("nnml:bigml\\.bugs" "b" jao-themes-error) ("nnml:bigml\\.support" "S" default) + ("nnml:bigml\\.[^aibsr]" "W" jao-themes-dimm) ("nnml:jao\\.\\(inbox\\|trove\\)" "I" jao-themes-f01) - ("nnml:bigml\\.[^aibs]" "W" jao-themes-dimm) ("nnml:jao.hacking" "H" jao-themes-dimm) ("nnml:jao.write" "W" jao-themes-warning) - ("nnml:jao.[^isthw]" "J" jao-themes-dimm) + ("nnml:jao.[^ithw]" "J" jao-themes-dimm) (,(format "^nnml:%s" (regexp-opt feeds)) "F" jao-themes-dimm) ("feeds\\.e" "E" jao-themes-dimm) ("nnml:local" "l" jao-themes-dimm) |