]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-abbrev-mode-regexp): Add Reply-to.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 05:38:36 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 05:38:36 +0000 (05:38 +0000)
lisp/mail/mailabbrev.el

index 4a41faff1c4c33a6cc8079648be972b41b4c9581..b1657aad24eed7d74bccba7e1d64f8e598bf107c 100644 (file)
@@ -349,7 +349,8 @@ line."
 \f
 ;;; Syntax tables and abbrev-expansion
 
-(defvar mail-abbrev-mode-regexp "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\):"
+(defvar mail-abbrev-mode-regexp 
+  "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):"
   "*Regexp to select mail-headers in which mail-abbrevs should be expanded.
 This string it will be handed to `looking-at' with the point at the beginning
 of the current line; if it matches, abbrev mode will be turned on, otherwise