-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Message.file_name
as the proposed filename in Save As dialog rather than the source basename
#3330
Comments
Can you please elaborate? Like if I forward the file from a group to another one? |
Explanation from @Simon-Laux :
|
|
Currently the source basename is used as a proposed filename for save as dialog:
deltachat-desktop/src/main/ipc.ts
Line 136 in 7b5032a
This is usually a mangled filename like
store-890578782.xdc
if the file with this filename was shared more than once, and there is a plan to use completely random filenames or hashes for the blobs stored in the blobdir: deltachat/deltachat-core-rust#4309If Desktop uses
Message.file_name
instead, a single core change will improve the Save As dialog so right-clicking a media file and selectingSave As
will always open the dialog with astore.xdc
proposed name instead.The text was updated successfully, but these errors were encountered: