Skip to content

Warn user when an empty attachment was not saved

Peter Bloomfield requested to merge 64-save-empty-attachment into master

Balsa uses a GMime stream to save a message attachment to a file. If no bytes are written, GMime does not create the file. With this MR, Balsa warns the user that the attachment is empty. If the file already exists, Balsa also no longer deletes it.

Closes #64 (closed)

Merge request reports