mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Log sents
This commit is contained in:
@@ -1759,7 +1759,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
// Send message
|
||||
Address[] to = imessage.getAllRecipients();
|
||||
itransport.sendMessage(imessage, to);
|
||||
Log.i("Sent via " + ident.host + "/" + ident.user +
|
||||
EntityLog.log(this, "Sent via " + ident.host + "/" + ident.user +
|
||||
" to " + TextUtils.join(", ", to));
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user