mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Improved logging
This commit is contained in:
@@ -437,7 +437,10 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
return state.ifolder.search(term);
|
||||
}
|
||||
} catch (MessagingException ex) {
|
||||
throw new ProtocolException("Search", ex);
|
||||
ProtocolException pex = new ProtocolException(
|
||||
"Search " + account.host + " " + criteria, ex);
|
||||
Log.e(pex);
|
||||
throw pex;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user