Add full date and time as "title" (mouseover) text for dates shown on the message...
[squirrelmail.git] / contrib / squirrelmail.mailto.Win9x.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 in Windows 95, 98, 98se, and probably Windows ME.
4
5 Place the contents of this file (make sure to only use the part of this file
6 below starting on the line after "Cut here") into a text file on the target
7 computer, named exactly "squirrelmail.mailto.reg" (without the quotes) (make
8 sure 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
10 your SquirrelMail installation. When the file has been saved, double-click on
11 it and confirm that you want to add the information to the registry.
12
13 Once the registry has been updated in this manner, you can now choose
14 SquirrelMail as your system's default mail program by going to the "Internet
15 Options" configuration window, which can be found in the Control Panel or in
16 Internet Explorer by clicking on Tools-->Internet Options. Choose the
17 "Programs" tab and SquirrelMail will be an option under "E-mail".
18
19
20 ---- Cut here ----
21 REGEDIT4
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]
36 @="rundll32.exe url.dll,FileProtocolHandler http://example.org/squirrelmail/src/mailto.php?emailaddress=%1"
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