Updated instructions
[squirrelmail.git] / contrib / squirrelmail.mailto.NT2KXP.reg
1 This file can be used to allow you to jump right to the SquirrelMail compose
2 screen to send a message when you click on a "mailto" link on any web page.
3
4 Place the contents of this file (make sure to only use the part of this file
5 below starting on the line after "Cut here") into a text file on the target
6 computer, named exactly "squirrelmail.mailto.reg" (without the quotes) (make
7 sure the file extension is in fact ".reg", and not ".txt"). Find the text
8 "http://example.org/squirrelmail" and change this to the correct address for
9 your SquirrelMail installation. When the file has been saved, double-click on
10 it and confirm that you want to add the information to the registry.
11
12 Once the registry has been updated in this manner, you can now choose
13 SquirrelMail as your system's default mail program by going to the "Internet
14 Options" configuration window, which can be found in the Control Panel or in
15 Internet Explorer by clicking on Tools-->Internet Options. Choose the
16 "Programs" tab and SquirrelMail will be an option under "E-mail".
17
18
19 ---- Cut here ----
20 Windows Registry Editor Version 5.00
21
22 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail]
23 @="SquirrelMail"
24
25 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\Protocols]
26
27 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\Protocols\mailto]
28 "URL Protocol"=""
29
30 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\Protocols\mailto\shell]
31
32 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\Protocols\mailto\shell\open]
33
34 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\Protocols\mailto\shell\open\command]
35 @="rundll32.exe url.dll,FileProtocolHandler http://example.org/squirrelmail/src/mailto.php?emailaddress=%1"
36
37 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\shell]
38
39 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\shell\open]
40
41 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\SquirrelMail\shell\open\command]
42