From 90d56ed8b058cdee75dec3ad5bad0f1792c9cd20 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 5 Aug 1998 20:31:24 +0000 Subject: [PATCH] (rmail-encoded-pop-password): New variable. --- lisp/mail/rmail.el | 2 ++ 1 file changed, 2 insertions(+) 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." -- 2.39.2