]> err.no Git - dotfiles/commitdiff
random musings
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 16 Jan 2005 22:55:14 +0000 (22:55 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 16 Jan 2005 22:55:14 +0000 (22:55 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@719 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index b8125d02a0005efb377be0e5baabe36b16446a8d..75cc35f913c3290898ee457785965a2749a9f9b8 100644 (file)
--- a/gnus
+++ b/gnus
     (car list)))
 
 
+(cw/for-host "thosu"
+  (setq gnus-select-method '(nnimap "err"
+                                    (nnimap-address "mail.err.no")
+                                    (nnimap-stream ssl)
+                                    (nnimap-authenticator login)
+                                    (nnimap-authinfo-file "~/.imap-authinfo"))))
+
 (cw/for-host "yiwaz\\|arabella"
 ;  (setq gnus-select-method '(nntp "localhost")
   (setq gnus-select-method '(nnfolder "mail"
@@ -304,10 +311,17 @@ inserts \" characters."
                          (message-fetch-field "newsgroups")))))))
    (if (string-match "^opera" newsgroups) (mc-sign-message "tfheen@opera.no")))))
 
-(setq gnus-message-archive-group
-       '((if (message-news-p)
-           "misc-news"
-          (format-time-string "nnml:out-%Y-%m"))))
+(cw/for-host "thosu"
+  (setq gnus-message-archive-group
+        '((if (message-news-p)
+              "misc-news"
+            (format-time-string "out.%Y.out-%Y-%m")))))
+
+(cw/for-host "vawad"
+  (setq gnus-message-archive-group
+        '((if (message-news-p)
+              "misc-news"
+            (format-time-string "nnimap+raw:out.%Y.out-%Y-%m")))))
 
 (cw/requiring-package (schizo)
   (setq schizo-default-mail-from "tfheen@raw.no")