comparison lisp/mail/sendmail.el @ 9647:c27b8baa6aa4

(mail-aliases, mail-archive-file-name): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Oct 1994 02:54:46 +0000
parents daf5fb7333c3
children 8bd05e79e0bd
comparison
equal deleted inserted replaced
9646:0e48552225f1 9647:c27b8baa6aa4
54 *Line used to separate headers from text in messages being composed.") 54 *Line used to separate headers from text in messages being composed.")
55 55
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 This can be an inbox file or an Rmail file.")
60 60
61 ;;;###autoload 61 ;;;###autoload
62 (defvar mail-default-reply-to t 62 (defvar mail-default-reply-to t
63 "*Address to insert as default Reply-to field of outgoing messages.") 63 "*Address to insert as default Reply-to field of outgoing messages.")
64 64
69 feature from that of defining aliases in `.mailrc' to be expanded in Emacs. 69 feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
70 This variable has no effect unless your system uses sendmail as its mailer.") 70 This variable has no effect unless your system uses sendmail as its mailer.")
71 71
72 (defvar mail-aliases t 72 (defvar mail-aliases t
73 "Alist of mail address aliases, 73 "Alist of mail address aliases,
74 or t meaning should be initialized from `~/.mailrc'. 74 or t meaning should be initialized from your mail aliases file.
75 The alias definitions in `~/.mailrc' have this form: 75 \(The file's name is normally `~/.mailrc', but your MAILRC environment
76 variable can override that name.)
77 The alias definitions in the file have this form:
76 alias ALIAS MEANING") 78 alias ALIAS MEANING")
77 79
78 (defvar mail-alias-modtime nil 80 (defvar mail-alias-modtime nil
79 "The modification time of `~/.mailrc' when it was last examined.") 81 "The modification time of your mail alias file when it was last examined.")
80 82
81 (defvar mail-yank-prefix nil 83 (defvar mail-yank-prefix nil
82 "*Prefix insert on lines of yanked message being replied to. 84 "*Prefix insert on lines of yanked message being replied to.
83 nil means use indentation.") 85 nil means use indentation.")
84 (defvar mail-indentation-spaces 3 86 (defvar mail-indentation-spaces 3