Bug 3204

Summary: missing reg entries to use as default mailto:protocol handler.
Product: Claws Mail (Windows) Reporter: none <plop>
Component: defaultAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.10.0   
Hardware: PC   
OS: Windows 8   

Description none 2014-06-05 11:29:38 UTC
with windows 8.* claws must be in the registered applications to
be usable as a mailto:protocol handler in the system "default apps"
settings, it seem to work fine with the following register changes:

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Claws-Mail.Url.mailto]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Claws-Mail.Url.mailto\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Claws-Mail.Url.mailto\shell\open]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Claws-Mail.Url.mailto\shell\open\command]
@="C:\\Program Files (x86)\\Claws Mail\\claws-mail.exe --compose %1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Claws Mail\Capabilities]
"ApplicationDescription"="Claws email client"
"ApplicationIcon"="C:\Program Files (x86)\Claws Mail\claws-mail.exe,0"
"ApplicationName"="Claws Mail"

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Claws Mail\Capabilities\URLAssociations]
"mailto"="Claws-Mail.Url.mailto"

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"Claws Mail"="Software\\Clients\\Mail\\Claws Mail\\Capabilities"



hope this help.
Comment 1 Andrej Kacian 2015-06-28 21:43:49 UTC
This will be fixed in upcoming release, thanks.