]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-encoded-pop-password): New variable.
authorRichard M. Stallman <rms@gnu.org>
Wed, 5 Aug 1998 20:31:24 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 5 Aug 1998 20:31:24 +0000 (20:31 +0000)
lisp/mail/rmail.el

index ab937118b9d61462d554b6a3f0f2e086d2f9fdf6..d4b60832697295c2ba86ffb08ba7ada8e9adf646 100644 (file)
@@ -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."