# HG changeset patch # User Richard M. Stallman # Date 902349084 0 # Node ID 0f372fdeee3d6b08a210d793764a0e997114897f # Parent d70738580fb40ab7ef4025550fac31ee624f5906 (rmail-encoded-pop-password): New variable. diff -r d70738580fb4 -r 0f372fdeee3d lisp/mail/rmail.el --- a/lisp/mail/rmail.el Wed Aug 05 18:41:26 1998 +0000 +++ b/lisp/mail/rmail.el Wed Aug 05 20:31:24 1998 +0000 @@ -113,6 +113,8 @@ 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."