(car list)))
-(cw/for-host "thosu\\|xoog\\|golem\\|vuizook"
+(cw/for-host "xoog\\|golem\\|vuizook"
(setq gnus-select-method '(nnimap "err"
(nnimap-address "vuizook.err.no")
(nnimap-stream gssapi)
(nnimap-authenticator gssapi)
(nnimap-authinfo-file "~/.imap-authinfo"))))
+(cw/for-host "thosu"
+ (setq gnus-select-method '(nnimap "err"
+ (nnimap-stream shell)))
+ (setq imap-shell-program
+ '("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL=$HOME/Maildir /usr/lib/dovecot/imap'")
+ nntp-rlogin-program "ssh"))
+
+
(setq imap-gssapi-program '("imtest -m gssapi -u %l -s %s"))
(cw/for-host "yiwaz\\|arabella"