1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

. Fixed bug where always BCC address is added again when editing a draft

This commit is contained in:
Bao-Long Nguyen-Trong 2009-05-14 00:09:43 +00:00
parent 536133daf1
commit 4a6f2e419b

View File

@ -485,9 +485,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
if (signature!=null) {
mMessageContentView.setText(signature);
}
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
}
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
updateTitle();
}