mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added attachment section IDs
This commit is contained in:
@@ -204,6 +204,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
sb.append(' ').append(attachment.cid);
|
||||
if (attachment.related != null)
|
||||
sb.append(' ').append(attachment.related);
|
||||
sb.append(' ').append(attachment.section).append('/').append(attachment.sequence);
|
||||
}
|
||||
if (attachment.isEncryption())
|
||||
sb.append(' ').append(attachment.encryption);
|
||||
|
||||
Reference in New Issue
Block a user