summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
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.*")