(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"
(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")