diff -car mew-1.55/mew-draft.el mew-1.55.1/mew-draft.el
*** mew-1.55/mew-draft.el	Tue Mar  4 11:46:02 1997
--- mew-1.55.1/mew-draft.el	Fri Mar  7 02:17:48 1997
***************
*** 429,434 ****
--- 429,435 ----
    (and mew-cc   (mew-header-insert-here "Cc:" mew-cc))
    (mew-header-insert-here "Subject:" (if subject subject "")) ;; tricky
    (and mew-from (mew-header-insert-here "From:" mew-from))
+   (and mew-bcc   (mew-header-insert-here "Bcc:" mew-bcc))
    (and mew-fcc  (mew-header-insert-here "Fcc:" mew-fcc))
    (and mew-dcc  (mew-header-insert-here "Dcc:" mew-dcc))
    (and mew-reply-to (mew-header-insert-here "Reply-To:" mew-reply-to))
Only in mew-1.55.1: mew-draft.el~
diff -car mew-1.55/mew.el mew-1.55.1/mew.el
*** mew-1.55/mew.el	Tue Mar  4 11:51:19 1997
--- mew-1.55.1/mew.el	Fri Mar  7 02:17:11 1997
***************
*** 95,100 ****
--- 95,102 ----
    "*A value inserted into Cc: field in draft mode if non-nil.")
  (defvar mew-dcc nil
    "*A value inserted into Dcc: field in draft mode if non-nil.")
+ (defvar mew-bcc nil
+   "*A value inserted into Dcc: field in draft mode if non-nil.")
  (defvar mew-from nil
    "*A value inserted into From: field in draft mode if non-nil.")
  (defvar mew-x-mailer