Improved sent logging

master
M66B 2 months ago
parent 1c198ccc1f
commit 5599bb5b7a

@ -892,7 +892,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
Address[] rcptto = MessageHelper.removeGroups(recipients.toArray(new Address[0])); Address[] rcptto = MessageHelper.removeGroups(recipients.toArray(new Address[0]));
String via = "via " + ident.host + "/" + ident.user + String via = "via " + ident.host + "/" + ident.user +
" rcptto=" + TextUtils.join(", ", recipients); " rcptto=" + TextUtils.join(", ", recipients) +
" from=" + MessageHelper.formatAddresses(imessage.getFrom());
iservice.setReporter(new TraceOutputStream.IReport() { iservice.setReporter(new TraceOutputStream.IReport() {
private int progress = -1; private int progress = -1;

Loading…
Cancel
Save