-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
set missing Registry keys on windows #2517
Comments
for startup tasks we could also use: https://github.com/felixrieseberg/electron-winstore-auto-launch (edit this is appx only) |
this mostly affects the nsis installer, the appx version already registers the mailto scheme properly and is displayed as option for default mail program. |
I made a new issue to track the mailto issue more specifically: #3481 the other registry things should get dedicated issues. Registration as default handler for dc schemes done at runtime via deltachat-desktop/src/main/open_url.ts Lines 14 to 19 in fd1f8ce
|
We need some special registry keys for windows to register for the mailto scheme and that users can select Deltachat as default email app.
Also for the other uri schemes, like secure join I guess.
We probably should do this in the installer, which we likely need to look at doing ourselves anyway to be able to finally fix #1269
The text was updated successfully, but these errors were encountered: