Add ability to show plugin list in columns. This should probably be adapted to other...
[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 in Windows NT, 2000 or XP (and Vista?).
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 Windows Registry Editor Version 5.00
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