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