summaryrefslogtreecommitdiff
path: root/lisp/obsolete/mailpost.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/mailpost.el')
-rw-r--r--lisp/obsolete/mailpost.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/obsolete/mailpost.el b/lisp/obsolete/mailpost.el
index eebaa34de10..2f74faf1d6c 100644
--- a/lisp/obsolete/mailpost.el
+++ b/lisp/obsolete/mailpost.el
@@ -54,10 +54,10 @@ site-init."
(while (and (re-search-forward "\n\n\n*" delimline t)
(< (point) delimline))
(replace-match "\n"))
- ;; Find and handle any FCC fields.
+ ;; Find and handle any Fcc fields.
(let ((case-fold-search t))
(goto-char (point-min))
- (if (re-search-forward "^FCC:" delimline t)
+ (if (re-search-forward "^Fcc:" delimline t)
(mail-do-fcc delimline))
;; If there is a From and no Sender, put it a Sender.
(goto-char (point-min))