From fe3549d7136c1405793266491ec99a609a2d9ee8 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 20 Dec 2008 21:15:40 +0000 Subject: [PATCH] set MAIL_PLUGINS and such when using imap-over-ssh, to try to make the crm114 plugin work somewhat git-svn-id: file:///svn/tfheen/trunk/dotfiles@1318 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- gnus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnus b/gnus index 6afe031..0a20154 100644 --- a/gnus +++ b/gnus @@ -32,7 +32,7 @@ (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'") + '("ssh -ax -C -oBatchMode=yes vuizook.err.no 'exec env MAIL_PLUGINS=crm114 MAIL_PLUGIN_DIR=/usr/lib/dovecot/modules/imap MAIL=$HOME/Maildir /usr/lib/dovecot/imap'") nntp-rlogin-program "ssh")) -- 2.39.5