]> err.no Git - dotfiles/commitdiff
various filtering updates
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 13 Dec 2003 21:05:17 +0000 (21:05 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 13 Dec 2003 21:05:17 +0000 (21:05 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@234 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 0cecc22a71eef9e47674ceac69a938b51c2ff4e0..01fa6754fbe789d3ce3ca7556887eee06469d481 100644 (file)
--- a/gnus
+++ b/gnus
 
 
 (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)