There is an updated pull request by rakoo against master on the mblaze repository https://github.com/rakoo/mblaze mfwd_attachments https://github.com/leahneukirchen/mblaze/pull/252 Attach all files when forwarding in raw mode I want to use forwarding with raw messages because it's just easier to work with from the point of view of receivers. The problem is that when "flattening" the message, attachments are lost. This PR extracts them in a temporary folder and adds them to the message to be sent A patch file from https://github.com/leahneukirchen/mblaze/pull/252.patch is attached