From 3964dfdab5c3291ad87d23c90c822c607b10f6c2 Mon Sep 17 00:00:00 2001 From: ichikawa Date: Mon, 21 Dec 1998 08:47:04 +0000 Subject: [PATCH] lisp/pop3-fma.el: Fix typo. --- lisp/pop3-fma.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/pop3-fma.el b/lisp/pop3-fma.el index aadf2f8..90db4d2 100644 --- a/lisp/pop3-fma.el +++ b/lisp/pop3-fma.el @@ -224,7 +224,7 @@ If there is any problem , please set this variable to nil(default). (if (and (not (memq pop3-password pop3-fma-commandline-arguments)) (not (memq (concat "po:" pop3-maildrop) pop3-fma-commandline-arguments))) (progn - (if (eq pop3-fma-authentication-scheme 'apop) + (if (eq pop3-authentication-scheme 'apop) (setq pop3-fma-commandline-arguments (append pop3-fma-movemail-arguments -- 1.7.10.4