From: Richard M. Stallman Date: Wed, 5 Aug 1998 20:31:24 +0000 (+0000) Subject: (rmail-encoded-pop-password): New variable. X-Git-Tag: emacs-20.3~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90d56ed8b058cdee75dec3ad5bad0f1792c9cd20;p=emacs.git (rmail-encoded-pop-password): New variable. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index ab937118b9d..d4b60832697 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -113,6 +113,8 @@ or `-k' to enable Kerberos authentication." If you get an incorrect-password error that this expression does not match, please report it with \\[report-emacs-bug].") +(defvar rmail-encoded-pop-password nil) + (defcustom rmail-preserve-inbox nil "*Non-nil if incoming mail should be left in the user's inbox, rather than deleted, after it is retrieved."