mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 12:35:04 -05:00
astyle
This commit is contained in:
parent
68efec3782
commit
cd7432b663
@ -1290,7 +1290,7 @@ public class MessagingController implements Runnable
|
||||
{
|
||||
if (K9.DEBUG)
|
||||
Log.v(K9.LOG_TAG, "Newly downloaded message " + account + ":" + folder + ":" + message.getUid()
|
||||
+ " was already deleted on server, skipping");
|
||||
+ " was already deleted on server, skipping");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -1324,8 +1324,8 @@ public class MessagingController implements Runnable
|
||||
Message localMessage = localFolder.getMessage(message.getUid());
|
||||
syncFlags(localMessage, message);
|
||||
if (K9.DEBUG)
|
||||
Log.v(K9.LOG_TAG, "About to notify listeners that we got a new unsynced message "
|
||||
+ account + ":" + folder + ":" + message.getUid());
|
||||
Log.v(K9.LOG_TAG, "About to notify listeners that we got a new unsynced message "
|
||||
+ account + ":" + folder + ":" + message.getUid());
|
||||
for (MessagingListener l : getListeners())
|
||||
{
|
||||
l.synchronizeMailboxAddOrUpdateMessage(account, folder, localMessage);
|
||||
@ -4164,7 +4164,7 @@ public class MessagingController implements Runnable
|
||||
String to = rcpts.length > 0 ? rcpts[0].toFriendly() : null;
|
||||
if (to != null)
|
||||
{
|
||||
messageNotice.append( String.format(context.getString(R.string.message_list_to_fmt), to) +": "+subject);
|
||||
messageNotice.append(String.format(context.getString(R.string.message_list_to_fmt), to) +": "+subject);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user