diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-10-23 21:27:09 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-09 21:14:33 +0100 |
commit | f479ae8c6e550dade0f183da9d3d7760f406d806 (patch) | |
tree | 6e956d10ee77d9cca6b943677af9d5b7161e0560 /doc/aerc.1.scd | |
parent | 3e52278e86d07192a21a2624ccbabdc1d3ea5ad6 (diff) | |
download | aerc-f479ae8c6e550dade0f183da9d3d7760f406d806.tar.gz |
lib: prepare attachments for multiple reads
Prepare attachments for multiple reads. The data for lib.PartAttachment
is stored as an io.Reader which can only be read once. This will cause
an issue when we want to call composer.WriteMessage multiple times, i.e.
for a message preview. We fix this by keeping a copy of the data and
create a new reader everytime the attachment is read.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
0 files changed, 0 insertions, 0 deletions