diff options
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 078d48b72f7..d481b8b7918 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -104,7 +104,8 @@ Most commonly used to specify `-g' to enable GSS-API authentication or `-k' to enable Kerberos authentication." :type '(repeat string) - :group 'rmail-retrieve) + :group 'rmail-retrieve + :version "20.3") (defvar rmail-pop-password-error "invalid usercode or password" "Regular expression matching incorrect-password POP server error messages. |