comparison lisp/mail/mailabbrev.el @ 5559:e976a52296fc

(mail-abbrev-mode-regexp): Add Reply-to.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Jan 1994 05:38:36 +0000
parents 6d9ebfc05a1f
children 338a91733ff9
comparison
equal deleted inserted replaced
5558:42ec75481b8b 5559:e976a52296fc
347 (goto-char comma) 347 (goto-char comma)
348 )))) 348 ))))
349 349
350 ;;; Syntax tables and abbrev-expansion 350 ;;; Syntax tables and abbrev-expansion
351 351
352 (defvar mail-abbrev-mode-regexp "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\):" 352 (defvar mail-abbrev-mode-regexp
353 "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):"
353 "*Regexp to select mail-headers in which mail-abbrevs should be expanded. 354 "*Regexp to select mail-headers in which mail-abbrevs should be expanded.
354 This string it will be handed to `looking-at' with the point at the beginning 355 This string it will be handed to `looking-at' with the point at the beginning
355 of the current line; if it matches, abbrev mode will be turned on, otherwise 356 of the current line; if it matches, abbrev mode will be turned on, otherwise
356 it will be turned off. (You don't need to worry about continuation lines.) 357 it will be turned off. (You don't need to worry about continuation lines.)
357 This should be set to match those mail fields in which you want abbreviations 358 This should be set to match those mail fields in which you want abbreviations