summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnus-conf.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnus-conf.el b/gnus-conf.el
index 6f2f927..2f7fa36 100644
--- a/gnus-conf.el
+++ b/gnus-conf.el
@@ -34,7 +34,7 @@
(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
'((nntp "news.gmane.io")
- ;; (nnmaildir "gmail" (directory "~/.nnmaildir/gmail"))
+ (nnmaildir "gmail" (directory "~/.nnmaildir/gmail"))
(nnmaildir "durand" (directory "~/.nnmaildir/mymail"))
;; (nndiary "diary")
;; (nnmaildir "sent" (directory "~/.nnmaildir"))
@@ -566,6 +566,11 @@ ARGS is the list of arguments passed to FN."
(setq gnus-group-line-format "%M%S%p%P%5y:%B%(%g%)\n")
+(setq gnus-topic-alist '(("Gnus" "gmane.emacs.devel" "nndraft:drafts")
+ ("durand"
+ "nnmaildir:durand+private"
+ "nnmaildir:durand+sent")))
+
;; (setq gnus-topic-alist
;; '(("devel" "gmane.emacs.devel")
;; ("orgmode" "gmane.emacs.orgmode")