downloads_dir
cannot create a directory, and files are downloaded before user confirmation
#158
Labels
bug
Something isn't working
Description:
The
downloads_dir
option cannot create a directory, and will default to~/Downloads
if the set path does not exist. This can be an issue if the user wants to download to a/tmp
subfolder for instance. It gracefully falls back to~/Downloads
, but does not show a warning or create the missing directory, which I think would be best.Also, when pressing
^R
to download a file, there is a prompt indicating the path and asking to cancel or confirm, but files are downloaded even when cancelling. This is the case at least for attachments sent withattachment_send_type=0
, but perhaps other attachments too.Environment:
The text was updated successfully, but these errors were encountered: