Description of forwarded messages is missing
When a message is forwarded as attachment, or any other message is attached, the description of the message in the list of attachments in the composer dialogue is always forwarded message, although Balsa includes code to extract the sender and subject from these attached messages.
However, the function (get_fwd_mail_headers()
) is called with an URI, but tries to open it as file, which will of course always fail.