]> code.citadel.org Git - citadel.git/commitdiff
When forwarding an email, pre-load its attachments.
authorArt Cancro <ajc@citadel.org>
Mon, 18 Dec 2023 19:26:30 +0000 (14:26 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 18 Dec 2023 19:26:30 +0000 (14:26 -0500)
This completes the effort to server-side-preload the attachments from
the original message.  They appear as attachments in the forwarded copy
of the message in the composer, using the same API.  A lot of effort
went into making the 'attach' and 'forward attachments' functions DRY
with respect to each other.


No differences found