summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-04 02:56:53 +0100
committerjao <jao@gnu.org>2021-07-04 02:57:33 +0100
commit74a103287800b228eafc0725d4e26619e716a78e (patch)
tree021c7aa3c20e929b509d8756a2458874cb84d95a /gnus.org
parentfcd76f37e9d5f6004830e9dabbc91c96506b90d3 (diff)
downloadelibs-74a103287800b228eafc0725d4e26619e716a78e.tar.gz
elibs-74a103287800b228eafc0725d4e26619e716a78e.tar.bz2
mail tweaks
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnus.org b/gnus.org
index 61a9d61..fb5e612 100644
--- a/gnus.org
+++ b/gnus.org
@@ -192,9 +192,6 @@
(add-to-list 'gnus-secondary-select-methods
'(nnmaildir "feeds" (directory "~/var/mail/feeds/")
,(jao-gnus-search-engine 'gnus-search-notmuch))))
-
- (add-to-list 'gnus-secondary-select-methods '(nndiary "diary"))
-
#+end_src
* Demons and notifications
#+begin_src emacs-lisp
@@ -389,10 +386,10 @@
(format (concat "^nnimap:\\("
"\\(bigml/%s\\)\\|"
"\\(jao/%s\\)\\|"
- "\\(feeds/.+\\)\\|trash\\|spam"
+ "\\(feeds/.+\\)\\|trash\\|spam\\|local"
"\\)")
(regexp-opt '("reports" "deploys" "lists" "drivel" "bugs"))
- (regexp-opt '("think" "local" "drivel" "lists"))))
+ (regexp-opt '("think" "drivel" "lists"))))
(setq gnus-permanently-visible-groups "^nnselect.*")