aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-08-05 20:31:24 +0000
committerRichard M. Stallman <[email protected]>1998-08-05 20:31:24 +0000
commit90d56ed8b058cdee75dec3ad5bad0f1792c9cd20 (patch)
treecb8d845e9a9d587669c9f0dfca378f159b681fe3
parent575f522f3a3c45d15f1f792c327341f9c2d4d6ac (diff)
(rmail-encoded-pop-password): New variable.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index ab937118b9..d4b6083269 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."