diff options
| -rw-r--r-- | lisp/mail/smtpmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 72c9d5c1964..abe0a365472 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -126,6 +126,7 @@ and sent with `smtpmail-send-queued-mail'." | |||
| 126 | This is mainly useful for development purposes, to learn about | 126 | This is mainly useful for development purposes, to learn about |
| 127 | new SMTP extensions that might be useful to support." | 127 | new SMTP extensions that might be useful to support." |
| 128 | :type 'boolean | 128 | :type 'boolean |
| 129 | :version "21.1" | ||
| 129 | :group 'smtpmail) | 130 | :group 'smtpmail) |
| 130 | 131 | ||
| 131 | (defvar smtpmail-queue-index-file "index" | 132 | (defvar smtpmail-queue-index-file "index" |