Community Discussions and Support
pmail as default under Vista

[quote user="David Harris"]Microsoft's own resources suggest that there's a quite complicated process I have to go through to register as a system handler

[/quote]

 

Don't do it if it's not kept the same on Seven.

<p>[quote user="David Harris"]Microsoft's own resources suggest that there's a quite complicated process I have to go through to register as a system handler [/quote]</p><p> </p><p>Don't do it if it's not kept the same on Seven. </p>

I'm trying to set PMail as the default mailer under Vista, and it won't appear in the list. Is there something else I need to do beyond the setup in Tools-Options and then going to the Internet Options in IE?

 

thanks,

Jon

 

<P>I'm trying to set PMail as the default mailer under Vista, and it won't appear in the list. Is there something else I need to do beyond the setup in Tools-Options and then going to the Internet Options in IE?</P> <P mce_keep="true"> </P> <P>thanks,</P> <P>Jon</P> <P mce_keep="true"> </P>

There is a new Registry entry in Vista that Pegasus doesn't know about. The way to fix this is to delete the registry key
  HKLM\SOFTWARE\Classes\mailto\FriendlyTypeName (which still points to
Windows mail).

 

<p>There is a new Registry entry in Vista that Pegasus doesn't know about. The way to fix this is to delete the registry key   HKLM\SOFTWARE\Classes\mailto\FriendlyTypeName (which still points to Windows mail).</p><p> </p>

Does this really work? Microsoft's own resources suggest that there's a quite complicated process I have to go through to register as a system handler - sufficiently complicated that I haven't managed to work it out entirely yet... But if this is really all it takes to make things work, then it might be a kind of interim solution I could use.

Cheers!

-- David --

Does this really work? Microsoft's own resources suggest that there's a quite complicated process I have to go through to register as a system handler - sufficiently complicated that I haven't managed to work it out entirely yet... But if this is really all it takes to make things work, then it might be a kind of interim solution I could use. Cheers! -- David --

Well, it solves part of the problems with Vista.  If the following Pmail registry entries are in place, then deleting the offending Windows Mail entry at least allows the "send to Pegasus Mail" context entry to work.  mailto URLs still do not work properly for me, so there still may be some Outlook hooks that i have to unhook (I did have Outlook 2000 installed as my default mail client earlier).

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail]
@="Pegasus Mail"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto]
@="URL:MailTo Protocol"
"EditFlags"=hex:02,00,00,00
"URL Protocol"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon]
@="C:\\PMAIL\\WSENDTO.EXE,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open\command]
@="C:\\PMAIL\\WSENDTO.EXE %1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open\command]
@="C:\\PMAIL\\WINPM-32.EXE"

Maybe someone else can add to the process, so that we can get all aspects of hooki9ngh into Pmail to work in Vista.



 

<p>Well, it solves part of the problems with Vista.  If the following Pmail registry entries are in place, then deleting the offending Windows Mail entry at least allows the "send to Pegasus Mail" context entry to work.  mailto URLs still do not work properly for me, so there still may be some Outlook hooks that i have to unhook (I did have Outlook 2000 installed as my default mail client earlier).</p><p>Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail] @="Pegasus Mail" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto] @="URL:MailTo Protocol" "EditFlags"=hex:02,00,00,00 "URL Protocol"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon] @="C:\\PMAIL\\WSENDTO.EXE,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open\command] @="C:\\PMAIL\\WSENDTO.EXE %1" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open\command] @="C:\\PMAIL\\WINPM-32.EXE" </p><p>Maybe someone else can add to the process, so that we can get all aspects of hooki9ngh into Pmail to work in Vista.</p><p>  </p>

 

Could you test? It worked for me. My

mailTo links open properly in Pegasus Mail The Great.


Define for both those keys the path to

WSENDTO. I don't use the default path, so adapt it for you.


DON'T put your %1 between " "

.


I prefer you to change it in the

registry, because I've been playing too much with it... without

making a safe copy of how it was before... So some of the keys are

String, but some other places it's kind of different.


HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mailto\shell\open\command

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WindowsMail.Url.Mailto\shell\open\command

       default value =>

"%ProgramFiles%\Pegasus Mail\wsendto.exe" %1

 

Confirm in case it works for you too.

 

<p> </p><p>Could you test? It worked for me. My mailTo links open properly in Pegasus Mail The Great. </p> <p style="margin-bottom: 0cm;"> </p> <p style="margin-bottom: 0cm;">Define for both those keys the path to WSENDTO. I don't use the default path, so adapt it for you.</p> <p style="margin-bottom: 0cm;"> </p> <p style="margin-bottom: 0cm;">DON'T put your %1 between " " .</p> <p style="margin-bottom: 0cm;"> </p> <p style="margin-bottom: 0cm;">I prefer you to change it in the registry, because I've been playing too much with it... without making a safe copy of how it was before... So some of the keys are String, but some other places it's kind of different.</p> <p style="margin-bottom: 0cm;"> </p> <p style="margin-bottom: 0cm;">HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mailto\shell\open\command</p> <p style="margin-bottom: 0cm;">HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WindowsMail.Url.Mailto\shell\open\command</p> <p style="margin-bottom: 0cm;">       default value => "%ProgramFiles%\<b>Pegasus Mail</b>\wsendto.exe" %1</p> <p style="margin-bottom: 0cm;"></p><p> </p><p>Confirm in case it works for you too.  </p>

Hello David

 I found that link for you, about how to add Pegasus Mail in the Default Program List for Emails. I could set it up for my computer, except that Pegasus Mail doesn't have command line parameters necessary for the 3 actions necessary.

http://msdn2.microsoft.com/en-us/library/bb776851(VS.85).aspx#registering_the_display_name
 

 I could have Pegasus Mail listed in the Email program choices by merging the information below. But, of course, it doesn't work when selcting, as still refering to Windows mail commands.

 

PLEASE, DON'T MERGE IT, but simply modify manually the registry, because I'm no longer sure of what was the correct data type of those keys...  And do a backup of the folder you are going to modify before... ...

 

 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail]
@="Pegasus Mail"

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\InstallInfo]
"IconsVisible"=dword:00000001
"ShowIconsCommand" =>>   "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstallShowOE
"ReinstallCommand" =>>  "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstallReinstallOE
"HideIconsCommand" =>>  "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstallHideOE

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto]
@="URL:MailTo Protocol"
"EditFlags"=hex:02,00,00,00
"URL Protocol"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon]
@  =>>  "C:\Program Files\Pegasus Mail\WSENDTO.EXE",0

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open\command]
@  =>>  "C:\Program Files\Pegasus Mail\WSENDTO.EXE" %1

[[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open\command]
@  =>>  "C:\Program Files\Pegasus Mail\WINPM-32.EXE"

 

Good luck and thanks for your great program.

 

   Stéfane

   SWITZERLAND
 

<p>Hello David</p><p> I found that link for you, about how to add Pegasus Mail in the Default Program List for Emails. I could set it up for my computer, except that Pegasus Mail doesn't have command line parameters necessary for the 3 actions necessary. </p><p>http://msdn2.microsoft.com/en-us/library/bb776851(VS.85).aspx#registering_the_display_name  </p><p> I could have Pegasus Mail listed in the Email program choices by merging the information below. But, of course, it doesn't work when selcting, as still refering to Windows mail commands.</p><p> </p><p>PLEASE, DON'T MERGE IT, but simply modify manually the registry, because I'm no longer sure of what was the correct data type of those keys...  And do a backup of the folder you are going to modify before... ...</p><p> </p><p> [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail] @="Pegasus Mail" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\InstallInfo] "IconsVisible"=dword:00000001 "ShowIconsCommand" =>>   "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstall<b>Show</b>OE "ReinstallCommand" =>>  "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstall<b>Reinstall</b>OE "HideIconsCommand" =>>  "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstall<b>Hide</b>OE</p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto] @="URL:MailTo Protocol" "EditFlags"=hex:02,00,00,00 "URL Protocol"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon] @  =>>  "C:\Program Files\Pegasus Mail\WSENDTO.EXE",0 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open\command] @  =>>  "C:\Program Files\Pegasus Mail\WSENDTO.EXE" %1 [[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open\command] @  =>>  "C:\Program Files\Pegasus Mail\WINPM-32.EXE"  </p><p>Good luck and thanks for your great program.</p><p> </p><p>   Stéfane</p><p>   SWITZERLAND   </p>

I made the additional changes that you recommended, but clicking on a mailto: URL still didn't work for me. Nothing happened using Firefox, and IE gave an error box with the following message: "Could not perform this operation because the default mail client is not properly installed."

Then I redid Tools:Options:Hyperlinks:System Mailer to have Pegasus reset everything that it "knew" about, and now everything works just fine.


 

<p>I made the additional changes that you recommended, but clicking on a mailto: URL still didn't work for me. Nothing happened using Firefox, and IE gave an error box with the following message: <img src="file:///C:/Users/john/AppData/Local/Temp/moz-screenshot.jpg" mce_src="file:///C:/Users/john/AppData/Local/Temp/moz-screenshot.jpg" alt=""> "Could not perform this operation because the default mail client is not properly installed." </p><p>Then I redid Tools:Options:Hyperlinks:System Mailer to have Pegasus reset everything that it "knew" about, and now everything works just fine.</p><p>  </p>

David et al,

 I benefitted greatly from the discussion under this thread.  John (jss1941) got me started in the right direction, and Stefane (toome74) took me the rest of the way.  There may be some overkill in what follows, but it definitely does the trick for every "mailto" protocol use that I employ:

NOTE: the setup directory for Pegasus programmes on my computer is C:\PMAIL\Programs -- which is the default, I believe. 

This should be changed to whatever is appropriate for the setup directory on your computer.

Text in braces <...> and the braces themselves should NOT be typed.

1. Open regedit.exe or your favourite registry editor.

2. ADD the following keys with associated value data:

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail]

- String name (Default) -- Value data: Pegasus Mail

---------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols]

------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto]

- String name (Default) -- Value data: URL:MailTo Protocol

- Binary String name "EditFlags" -- Value Data: 02 00 00 00

- String name "URL Protocol" -- Value data: <BLANK>

--------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon]

- String name (Default) Value data: C:\PMAIL\Programs\WSENDTO.EXE",0

-----------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell]

----------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open]

-----------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open\command]

- String name (Default) Value data: "C:\PMAIL\PROGRAMS\WSENDTO.EXE" %1

--------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell]

---------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open]

-----------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open\command]
String name (Default) Value data: C:\PMAIL\PROGRAMS\WINPM-32.EXE

-------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\InstallInfo]

- String name (Default) Value data: (value not set)

- DWORD name "IconsVisible" value data: 1 < "hexadecimal" radio button checked off;   prints out as "0x00000001" >

- String name "ShowIconsCommand" Value data: "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstallShowOE

- String name "ReinstallCommand" Value data: "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstallReinstallOE

- String name "HideIconsCommand" Value data: "%ProgramFiles%\Windows Mail\WinMail.exe" OCInstallHideOE


--------

3. CHANGE:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mailto\

- String name "FriendlyTypeName" Value data:

     FROM: %ProgramFiles%\Windows Mail\winmail.exe,-211

     TO:      C:\PMAIL\PROGRAMS\WSENDTO.EXE


==================

On first use, User Account Control will challenge because Pegasus is an unsigned
programme.  Click the "do not ask again" box" and press the "Allow" button.  From
then on, all MailTo links should function in whatever form they are found (web
links, quick reply in programmes like MailWasher).

In Control Panel --> Default Programmes --> Set Associations, under the PROTOCOLS
section at the bottom of the list, the MAILTO protocol "Current Default" is now set
to "Pegasus Mail WSENDTO Utility" with the Description controlled by the change made
to FriendlyTypeName.  The change options are limited to Outlook and Pegasus --
Windows Mail's slot has been preempted by Pegasus. Reverting the FriendlyTypeName
and removing the Pegasus keys ought to restore Windows Mail as a choice.

 

Cheers,

Kirk

&lt;p&gt;David et al,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I benefitted greatly from the discussion under this thread.&amp;nbsp; John (jss1941) got me started in the right direction, and Stefane (toome74) took me the rest of the way.&amp;nbsp; There may be some overkill in what follows, but it definitely does the trick for every &quot;mailto&quot; protocol use that I employ:&lt;/p&gt;&lt;p&gt;NOTE: the setup directory for Pegasus programmes on my computer is C:\PMAIL\Programs -- which is the default, I believe.&amp;nbsp; &lt;/p&gt;&lt;p&gt;This should be changed to whatever is appropriate for the setup directory on your computer.&lt;/p&gt;&lt;p&gt;Text in braces &amp;lt;...&amp;gt; and the braces themselves should NOT be typed. &lt;/p&gt;&lt;p&gt;1. Open regedit.exe or your favourite registry editor. &lt;/p&gt;&lt;p&gt;2. ADD the following keys with associated value data: [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail] &lt;/p&gt;&lt;p&gt;- String name (Default) -- Value data: Pegasus Mail&lt;/p&gt;&lt;p&gt;---------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols]&lt;/p&gt;&lt;p&gt;------------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto]&lt;/p&gt;&lt;p&gt;- String name (Default) -- Value data: URL:MailTo Protocol&lt;/p&gt;&lt;p&gt;- Binary String name &quot;EditFlags&quot; -- Value Data: 02 00 00 00&lt;/p&gt;&lt;p&gt;- String name &quot;URL Protocol&quot; -- Value data: &amp;lt;BLANK&amp;gt;&lt;/p&gt;&lt;p&gt;--------------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon]&lt;/p&gt;&lt;p&gt;- String name (Default) Value data: C:\PMAIL\Programs\WSENDTO.EXE&quot;,0&lt;/p&gt;&lt;p&gt;-----------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell]&lt;/p&gt;&lt;p&gt;----------------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open]&lt;/p&gt;&lt;p&gt;-----------------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\shell\open\command]&lt;/p&gt;&lt;p&gt;- String name (Default) Value data: &quot;C:\PMAIL\PROGRAMS\WSENDTO.EXE&quot; %1 &lt;/p&gt;&lt;p&gt;--------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell]&lt;/p&gt;&lt;p&gt;---------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open]&lt;/p&gt;&lt;p&gt;-----------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Shell\open\command] String name (Default) Value data: C:\PMAIL\PROGRAMS\WINPM-32.EXE &lt;/p&gt;&lt;p&gt;-------------&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\InstallInfo] &lt;/p&gt;&lt;p&gt;- String name (Default) Value data: (value not set)&lt;/p&gt;&lt;p&gt;- DWORD name &quot;IconsVisible&quot; value data: 1 &amp;lt; &quot;hexadecimal&quot; radio button checked off; &amp;nbsp; prints out as &quot;0x00000001&quot; &amp;gt;&lt;/p&gt;&lt;p&gt;- String name &quot;ShowIconsCommand&quot; Value data: &quot;%ProgramFiles%\Windows Mail\WinMail.exe&quot; OCInstallShowOE&lt;/p&gt;&lt;p&gt;- String name &quot;ReinstallCommand&quot; Value data: &quot;%ProgramFiles%\Windows Mail\WinMail.exe&quot; OCInstallReinstallOE&lt;/p&gt;&lt;p&gt;- String name &quot;HideIconsCommand&quot; Value data: &quot;%ProgramFiles%\Windows Mail\WinMail.exe&quot; OCInstallHideOE &lt;/p&gt;&lt;p&gt; --------&lt;/p&gt;&lt;p&gt;3. CHANGE: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mailto\ &lt;/p&gt;&lt;p&gt;- String name &quot;FriendlyTypeName&quot; Value data: &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM: %ProgramFiles%\Windows Mail\winmail.exe,-211 &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\PMAIL\PROGRAMS\WSENDTO.EXE&lt;/p&gt;&lt;p&gt; ================== On first use, User Account Control will challenge because Pegasus is an unsigned programme.&amp;nbsp; Click the &quot;do not ask again&quot; box&quot; and press the &quot;Allow&quot; button.&amp;nbsp; From then on, all MailTo links should function in whatever form they are found (web links, quick reply in programmes like MailWasher). In Control Panel --&amp;gt; Default Programmes --&amp;gt; Set Associations, under the PROTOCOLS section at the bottom of the list, the MAILTO protocol &quot;Current Default&quot; is now set to &quot;Pegasus Mail WSENDTO Utility&quot; with the Description controlled by the change made to FriendlyTypeName.&amp;nbsp; The change options are limited to Outlook and Pegasus -- Windows Mail&#039;s slot has been preempted by Pegasus. Reverting the FriendlyTypeName and removing the Pegasus keys ought to restore Windows Mail as a choice.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Kirk &lt;/p&gt;

I missed watching this thread for awhile, but I appreciate all of the detailed responses.  I've actually tried the steps as outlined, as they were developed, and I still can't get PMail as the MailTo provider.  Even after the additions to the registry, with or without the "FriendlyTypeName" key, Pegasus still doesn't show up on the list of available programs for the MailTo protocol.  I don't think I've got much "non-standard" configuration, but no luck.

 

Jon

 

&lt;P&gt;I missed watching this thread for awhile, but I appreciate all of the detailed responses.&amp;nbsp; I&#039;ve actually tried the steps as outlined, as they were developed, and I still can&#039;t get PMail as the MailTo provider.&amp;nbsp; Even after the additions to the registry, with or without the &quot;FriendlyTypeName&quot; key, Pegasus still doesn&#039;t show up on the list of available programs for the MailTo protocol.&amp;nbsp; I don&#039;t think I&#039;ve got much &quot;non-standard&quot; configuration, but no luck.&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Jon&lt;/P&gt; &lt;P mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/P&gt;

Kirk's approach worked for me with the added proviso that, like John, I had to also go through the Tools, Options, Hyperlinks, Mailer process within Pegasus.

 

I also noted a probable missing " in one of Kirk's regstry entries which I fixed but it may just as easily work without. :)  I typed:

 

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon]

- String name (Default) Value data: "C:\PMAIL\Programs\WSENDTO.EXE",0

                                                ^

Andrew

 

&lt;p&gt;Kirk&#039;s approach worked for me with the added proviso that, like John, I had to also go through the Tools, Options, Hyperlinks, Mailer process within Pegasus.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also noted a probable missing &quot; in one of Kirk&#039;s regstry entries which I fixed but it may just as easily work without. :)&amp;nbsp; I typed:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Pegasus Mail\Protocols\mailto\DefaultIcon]&lt;/p&gt;&lt;p&gt;- String name (Default) Value data: &quot;C:\PMAIL\Programs\WSENDTO.EXE&quot;,0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^ &lt;/p&gt;&lt;p&gt;Andrew&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

It didn't work for me, exactly, but at least doing this then going into Firefox's tools/options/applications and setting the sendto app for mailto: urls it will now set up a new message in Pegasus without bring up a Windows Mail window. It still doesn't show in the default programs list, and windows says this is because the program isn't properly announcing itself to the registry, so Pegasus is still not properly the default mail program. I imagine to do so, M$'s complicated crapola is probably the way to go in the end.

As an aside, I still haven't found much about Vista that I like, and if it hadn't come with this notebook I wouldn't have it.

Lyth

It didn&#039;t work for me, exactly, but at least doing this then going into Firefox&#039;s tools/options/applications and setting the sendto app for mailto: urls it will now set up a new message in Pegasus without bring up a Windows Mail window. It still doesn&#039;t show in the default programs list, and windows says this is because the program isn&#039;t properly announcing itself to the registry, so Pegasus is still not properly the default mail program. I imagine to do so, M$&#039;s complicated crapola is probably the way to go in the end. As an aside, I still haven&#039;t found much about Vista that I like, and if it hadn&#039;t come with this notebook I wouldn&#039;t have it. Lyth

Within Firefox that setting is currently set as you describe so I guess that may be an extra consideration.

Andrew

 

&lt;p&gt;Within Firefox that setting is currently set as you describe so I guess that may be an extra consideration.&lt;/p&gt;&lt;p&gt;Andrew&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Just FYI: Take a look at my little tool or the associated announcement for a possible solution. I'm especially interested in further tests and error reports which might also pave the (best) way for David Harris to include it in future versions of Pegasus Mail.

&lt;p&gt;Just FYI: Take a look at &lt;a href=&quot;/files/folders/community_add-ons_for_pegasus_mail/entry13613.aspx&quot; mce_href=&quot;/files/folders/community_add-ons_for_pegasus_mail/entry13613.aspx&quot;&gt;my little tool&lt;/a&gt; or the associated &lt;a href=&quot;/forums/12747/ShowThread.aspx#12743&quot; target=&quot;_blank&quot; mce_href=&quot;/forums/12747/ShowThread.aspx#12743&quot;&gt;announcement&lt;/a&gt; for a possible solution. I&#039;m especially interested in further tests and error reports which might also pave the (best) way for David Harris to include it in future versions of Pegasus Mail. &lt;/p&gt;
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

Didn't seem to make any difference to OpenOffice here.  Or anywhere else I've explored thus far (very little, though).  As I said above, I already had it working in Firefox, and that's still fine.  Send as email from within openoffice, however, is still saying it can't find a working email configuration.  Could this possibly be something to do with SP2 in Vista?  I know that was relatively new, and I didn't check the date on your proggie.

Didn&#039;t seem to make any difference to OpenOffice here.&amp;nbsp; Or anywhere else I&#039;ve explored thus far (very little, though).&amp;nbsp; As I said above, I already had it working in Firefox, and that&#039;s still fine.&amp;nbsp; Send as email from within openoffice, however, is still saying it can&#039;t find a working email configuration.&amp;nbsp; Could this possibly be something to do with SP2 in Vista?&amp;nbsp; I know that was relatively new, and I didn&#039;t check the date on your proggie.

[quote user="Lythande"]Didn't seem to make any difference to OpenOffice here.  Or anywhere else I've explored thus far (very little, though).  As I said above, I already had it working in Firefox, and that's still fine.  Send as email from within openoffice, however, is still saying it can't find a working email configuration.  Could this possibly be something to do with SP2 in Vista?  I know that was relatively new, and I didn't check the date on your proggie.
[/quote]

Applications other than browsers need Martin's MapiPM to be installed. OpenOffice is a special case even then as it takes rather long to start a Pegasus Mail message (about one minute on my machine) after sending an OO document. Martin is still experimenting with a specially crafted tool for it, but not too successful so far.

&lt;p&gt;[quote user=&quot;Lythande&quot;]Didn&#039;t seem to make any difference to OpenOffice here.&amp;nbsp; Or anywhere else I&#039;ve explored thus far (very little, though).&amp;nbsp; As I said above, I already had it working in Firefox, and that&#039;s still fine.&amp;nbsp; Send as email from within openoffice, however, is still saying it can&#039;t find a working email configuration.&amp;nbsp; Could this possibly be something to do with SP2 in Vista?&amp;nbsp; I know that was relatively new, and I didn&#039;t check the date on your proggie. [/quote]&lt;/p&gt;&lt;p&gt;Applications other than browsers need &lt;a href=&quot;/files/folders/pegadd/entry25165.aspx&quot; target=&quot;_blank&quot; mce_href=&quot;/files/folders/pegadd/entry25165.aspx&quot;&gt;Martin&#039;s MapiPM&lt;/a&gt; to be installed. OpenOffice is a special case even then as it takes rather long to start a Pegasus Mail message (about one minute on my machine) after sending an OO document. Martin is still experimenting with a specially crafted tool for it, but not too successful so far. &lt;/p&gt;
			Michael
--
IERenderer's Homepage
PGP Key ID (RSA 2048): 0xC45D831B
S/MIME Fingerprint: 94C6B471 0C623088 A5B27701 742B8666 3B7E657C

Ah, I see.  The comment on your 'announcement' mentioned openoffice working for them, and thus my confusion.  Sorry. 

 I'm fine with the way things are, really...  I rarely ever used mailing functions in word processors anyway, if ever, really.  And if it's going to take that long, Ithink I'll just continue the old save-and-attach method which has always been my normal mode.  Generally if I have something important enouph for word processing, spreadsheets and the like, I'm going to want a copy anyway.  :)

&lt;p&gt;Ah, I see.&amp;nbsp; The comment on your &#039;announcement&#039; mentioned openoffice working for them, and thus my confusion.&amp;nbsp; Sorry.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;I&#039;m fine with the way things are, really...&amp;nbsp; I rarely ever used mailing functions in word processors anyway, if ever, really.&amp;nbsp; And if it&#039;s going to take that long, Ithink I&#039;ll just continue the old save-and-attach method which has always been my normal mode.&amp;nbsp; Generally if I have something important enouph for word processing, spreadsheets and the like, I&#039;m going to want a copy anyway.&amp;nbsp; :) &lt;/p&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft