comparison lisp/mail/mailalias.el @ 1448:99fb20ef1a17

(mail-aliases): Add definition here.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Oct 1992 04:35:17 +0000
parents d1f24ca467fc
children 10e417efb12a
comparison
equal deleted inserted replaced
1447:75fa9ad982a5 1448:99fb20ef1a17
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24 ;;; Code: 24 ;;; Code:
25
26 (defvar mail-aliases t
27 "Alias of mail address aliases,
28 or t meaning should be initialized from `~/.mailrc'.")
25 29
26 ;; Called from sendmail-send-it, or similar functions, 30 ;; Called from sendmail-send-it, or similar functions,
27 ;; only if some mail aliases are defined. 31 ;; only if some mail aliases are defined.
28 (defun expand-mail-aliases (beg end &optional exclude) 32 (defun expand-mail-aliases (beg end &optional exclude)
29 "Expand all mail aliases in suitable header fields found between BEG and END. 33 "Expand all mail aliases in suitable header fields found between BEG and END.