From 8c07da1b96db7be651705c7d348cadcb85adcdb9 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 5 Jun 2012 15:27:05 +0000 Subject: [PATCH] Update pointer for mail on xoog git-svn-id: file:///svn/tfheen/trunk/dotfiles@1544 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- gnus | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnus b/gnus index 98f81d9..0d9e891 100644 --- a/gnus +++ b/gnus @@ -25,9 +25,10 @@ (cw/for-host "golem\\|vuizook\\|xoog" (setq gnus-select-method '(nnimap "err" - (nnimap-address "vuizook.err.no") - (nnimap-stream gssapi) - (nnimap-authenticator gssapi)))) + (nnimap-server-port 993) + (nnimap-stream ssl) + (nnimap-authinfo-file "~/.imap-authinfo.gpg") + (nnimap-address "mail.err.no")))) (setq imap-shell-program '("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL_PLUGINS=antispam MAIL_PLUGIN_DIR=/usr/lib/dovecot/modules/imap MAIL=$HOME/Maildir /usr/lib/dovecot/imap'") -- 2.39.5