|
|
@ -1026,8 +1026,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
if (viewType == ViewType.FOLDER)
|
|
|
|
if (viewType == ViewType.FOLDER)
|
|
|
|
tvFolder.setText(outbox ? message.identityEmail : message.accountName);
|
|
|
|
tvFolder.setText(outbox ? message.identityEmail : message.accountName);
|
|
|
|
else if (viewType == ViewType.THREAD || viewType == ViewType.SEARCH)
|
|
|
|
else if (viewType == ViewType.THREAD || viewType == ViewType.SEARCH)
|
|
|
|
tvFolder.setText(message.getFolderName(context) +
|
|
|
|
tvFolder.setText(message.getFolderName(context));
|
|
|
|
(BuildConfig.DEBUG ? ":" + message.id : ""));
|
|
|
|
|
|
|
|
else
|
|
|
|
else
|
|
|
|
tvFolder.setText(message.accountName + "/" + message.getFolderName(context));
|
|
|
|
tvFolder.setText(message.accountName + "/" + message.getFolderName(context));
|
|
|
|
|
|
|
|
|
|
|
|