Switch to save_msg_file()
+ MessageObject::file_name
for saving attachments
#3851
Labels
enhancement
New feature or request
Milestone
Currently
save_msg_file()
isn't used for saving attachments (iiuc the app implements copying ofMessageObject::file
on its own). Also i didn't understand why, but when i use "Save as", i see that not the original filename is used in the dialog (i.e.MessageObject::file_name
) by default, but the last component of the blob path (Message::file
), so when i send two files with the same name and then try to save the second file, it suggests the mangled filename. Core'sMessage::set_file()
should always setParam::Filename
to the original filename, so i have no idea why that happens.The text was updated successfully, but these errors were encountered: