Place BCC field after any CC fields.
authorChris Hanson <org/chris-hanson/cph>
Thu, 6 Nov 1997 06:57:42 +0000 (06:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 6 Nov 1997 06:57:42 +0000 (06:57 +0000)
v7/src/edwin/sendmail.scm

index a5875dc687ce26a238d2cdd12db16117fe3e7423..fb31325c9a196023270afb3d0fa7e5dfbf25145b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: sendmail.scm,v 1.37 1997/11/04 11:04:46 cph Exp $
+;;;    $Id: sendmail.scm,v 1.38 1997/11/06 06:57:42 cph Exp $
 ;;;
 ;;;    Copyright (c) 1991-97 Massachusetts Institute of Technology
 ;;;
@@ -486,7 +486,10 @@ C-c C-q  mail-fill-yanked-message (fill what was yanked)."
   (let ((start (buffer-start buffer)))
     (let ((end (mail-match-header-separator start (buffer-end buffer))))
       (or (mail-field-end start end field)
-         (mail-insert-field (mail-field-end! start end "To") field)))))
+         (mail-insert-field (or (mail-field-end start end "CC")
+                                (mail-field-end start end "To")
+                                (mail-insert-field end "To"))
+                            field)))))
 
 (define (mail-match-header-separator start end)
   (if (not (re-search-forward