changeset 22912:0f372fdeee3d

(rmail-encoded-pop-password): New variable.
author Richard M. Stallman <rms@gnu.org>
date Wed, 05 Aug 1998 20:31:24 +0000
parents d70738580fb4
children edbc56db94ee
files lisp/mail/rmail.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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."