From ba3539df89a094ccd4987beb5afe33dab002c539 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 29 Oct 2008 03:57:17 +0000 Subject: [PATCH] Added the code to make MessageComposition include the Bcc header. if only we could get it to save --- src/com/fsck/k9/activity/MessageCompose.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/fsck/k9/activity/MessageCompose.java b/src/com/fsck/k9/activity/MessageCompose.java index a4a037dca..56df2d431 100644 --- a/src/com/fsck/k9/activity/MessageCompose.java +++ b/src/com/fsck/k9/activity/MessageCompose.java @@ -406,6 +406,7 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus mListener); } + addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), "")); updateTitle(); }