mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
- stub out adding a mua header
This commit is contained in:
parent
2a8b7a00e3
commit
36e5628a68
@ -512,6 +512,10 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
|
||||
message.setRecipients(RecipientType.CC, getAddresses(mCcView));
|
||||
message.setRecipients(RecipientType.BCC, getAddresses(mBccView));
|
||||
message.setSubject(mSubjectView.getText().toString());
|
||||
// XXX TODO - not sure why this won't add header
|
||||
// message.setHeader("X-User-Agent", getString(R.string.message_header_mua));
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Build the Body that will contain the text of the message. We'll decide where to
|
||||
|
Loading…
Reference in New Issue
Block a user