-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Add UI to reset encryption #4312
Comments
not sure if this meant as a developer option or not.
|
Technically it's easy to make it revertible, but then an extra translation is needed at least. I think if it's not a dev option, it should be red, otherwise i'm almost sure there will be complains why it's not possible to set encription back. But maybe just make it a dev option, do they require translation? |
"reset encryption" is not a good name, took me a while to figure out what is meant by that. If this is user visible it should have a clearer name and maybe also a link to an FAQ entry next to it that explains what it means |
There is a core PR to adding JSON-RPC API to reset encryption:
deltachat/deltachat-core-rust#6170
It is needed to close deltachat/deltachat-core-rust#4465
"Reset Encryption" could be in the contact profile menu after "Encryption Info" or inside the Encryption Info dialog:
Should probably be red as it is not a reversible action.
For chatmail profiles can be completely hidden as resetting encryption there in most cases makes it impossible to send messages. Could also be hidden if developer options are not enabled.
The text was updated successfully, but these errors were encountered: