Added the code to make MessageComposition include the Bcc header. if only we could get it to save

This commit is contained in:
Jesse Vincent 2008-10-29 03:57:17 +00:00
parent 575901a0b9
commit ba3539df89
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
mListener);
}
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
updateTitle();
}