Fix Imap mail sending
Bug: 7100165 Change-Id: I0922311dce1d5e18c7332eb4e1edccfdb2d2069b
This commit is contained in:
parent
b82ae909d7
commit
5abccf7035
@ -146,7 +146,7 @@ public abstract class EmailContent {
|
||||
CONTENT_URI = Uri.parse("content://" + AUTHORITY);
|
||||
CONTENT_NOTIFIER_URI = Uri.parse("content://" + NOTIFIER_AUTHORITY);
|
||||
PICK_TRASH_FOLDER_URI = Uri.parse("content://" + AUTHORITY + "/pickTrashFolder");
|
||||
PICK_SENT_FOLDER_URI = Uri.parse("content://" + AUTHORITY + "/pickSendFolder");
|
||||
PICK_SENT_FOLDER_URI = Uri.parse("content://" + AUTHORITY + "/pickSentFolder");
|
||||
MAILBOX_NOTIFICATION_URI = Uri.parse("content://" + AUTHORITY + "/mailboxNotification");
|
||||
MAILBOX_MOST_RECENT_MESSAGE_URI = Uri.parse("content://" + AUTHORITY +
|
||||
"/mailboxMostRecentMessage");
|
||||
|
Loading…
Reference in New Issue
Block a user