mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Cleanup
This commit is contained in:
@@ -1026,8 +1026,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
if (viewType == ViewType.FOLDER)
|
||||
tvFolder.setText(outbox ? message.identityEmail : message.accountName);
|
||||
else if (viewType == ViewType.THREAD || viewType == ViewType.SEARCH)
|
||||
tvFolder.setText(message.getFolderName(context) +
|
||||
(BuildConfig.DEBUG ? ":" + message.id : ""));
|
||||
tvFolder.setText(message.getFolderName(context));
|
||||
else
|
||||
tvFolder.setText(message.accountName + "/" + message.getFolderName(context));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user