deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.09k stars 144 forks source link

Switch to `dc_msg_save_file()` for exporting attachments #3091

Open iequidoo opened 3 months ago

iequidoo commented 3 months ago

IIUC currently the app implements copying of a file on its own. Also when two files with the same are sent, the second one gets the name <filename>-1.<ext> and if it's exported then, this mangled name is used. It doesn't look very bad, but i'd suggest to use the original file name, at least when no such file yet exists in the target dir.