View Single Post
  #9 (permalink)  
Old 10-13-2010, 12:25 AM
Josef Josef is offline
Junior Member
 
Posts: 9
Default

The only registry hack that works for me (WinXP) is this (save to txt with .reg extension):

Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Zimbra Web Client\shell\open\command]
@="rundll32.exe url.dll,FileProtocolHandler https://FQDN/zimbra/"

[HKEY_CURRENT_USER\Software\Classes\mailto\shell\op en\command]
@="rundll32.exe url.dll,FileProtocolHandler https://FQDN/?view=compose&to=%1"
Unfortunately this does not handle correctly CC, BCC, Subject, Body tags of mailto, hence my recomendation to build your own extension for firefox like explained in the link above.

I'd still need some help with the problem described, which is inserting blank lines into the message body.

Thanks!
Reply With Quote