From: tfheen Date: Sat, 13 Dec 2003 21:05:17 +0000 (+0000) Subject: various filtering updates X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe71398b9aa33b51b12c8238a9b3d155a1303fb;p=dotfiles various filtering updates git-svn-id: file:///svn/tfheen/trunk/dotfiles@234 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 0cecc22..01fa675 100644 --- a/gnus +++ b/gnus @@ -22,9 +22,22 @@ (cw/for-host "yiwaz\\|arabella" - (setq gnus-select-method '(nntp "news") +; (setq gnus-select-method '(nntp "localhost") + (setq gnus-select-method '(nnfolder "mail" + (nnfolder-directory "~/mail") + + (nnfolder-active-file "~/mail/active") + (nnfolder-newsgroups-file "~/mail/newsgroups") + (nnfolder-get-new-mail nil)) + ;gnus-select-method '(nntp "localhost") - gnus-secondary-select-methods '((nnml ""))) + gnus-secondary-select-methods '((nnml "") +; (nnimap "raw" +; (nnimap-address "mail.raw.no") +; (nnimap-stream ssl) +; (nnimap-authenticator login) +; (nnimap-authinfo-file "~/.imap-authinfo")) + )) ; (nnimap "peroivind@hardware" ; (nnimap-address "mail.hardware.no") ; (nnimap-server-port 993)