From 7a6e150063253d0884f70a9dfc39549b966aa11b Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 20 Dec 2008 21:14:59 +0000 Subject: [PATCH] Use gssapi for xoog git-svn-id: file:///svn/tfheen/trunk/dotfiles@1317 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- gnus | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnus b/gnus index 14a3e55..6afe031 100644 --- a/gnus +++ b/gnus @@ -21,14 +21,14 @@ (car list))) -(cw/for-host "golem\\|vuizook" +(cw/for-host "golem\\|vuizook\\|xoog" (setq gnus-select-method '(nnimap "err" (nnimap-address "vuizook.err.no") (nnimap-stream gssapi) - (nnimap-authenticator gssapi) - (nnimap-authinfo-file "~/.imap-authinfo")))) + (nnimap-authenticator gssapi)))) + -(cw/for-host "thosu\\|xoog" +(cw/for-host "thosu" (setq gnus-select-method '(nnimap "err" (nnimap-stream shell))) (setq imap-shell-program -- 2.39.5