1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 14:50:14 -05:00

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

View File

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