comparison lisp/mail/sendmail.el @ 5261:50406a868f05

(mail-default-reply-to): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 02:45:28 +0000
parents 4db0922992a3
children 03c03462bca3
comparison
equal deleted inserted replaced
5260:93a5ed7aaeb5 5261:50406a868f05
56 ;;;###autoload 56 ;;;###autoload
57 (defvar mail-archive-file-name nil "\ 57 (defvar mail-archive-file-name nil "\
58 *Name of file to write all outgoing messages in, or nil for none. 58 *Name of file to write all outgoing messages in, or nil for none.
59 Do not use an rmail file here! Instead, use its inbox file.") 59 Do not use an rmail file here! Instead, use its inbox file.")
60 60
61 ;;;###autoload
61 (defvar mail-default-reply-to nil 62 (defvar mail-default-reply-to nil
62 "*Address to insert as default Reply-to field of outgoing messages.") 63 "*Address to insert as default Reply-to field of outgoing messages.")
63 64
64 (defvar mail-alias-file nil 65 (defvar mail-alias-file nil
65 "*If non-nil, the name of a file to use instead of `/usr/lib/aliases'. 66 "*If non-nil, the name of a file to use instead of `/usr/lib/aliases'.