Passing mailto:

Discussion of general topics about Mozilla Thunderbird
Post Reply
Fuzzle
Posts: 101
Joined: November 16th, 2002, 2:03 pm
Contact:

Passing mailto:

Post by Fuzzle »

What would I enter into the registry to pass the mailto: links through to Minotaur. I would assume it's the same as mozilla, but I can't find that anywhere.

The key is HKLM\Software\Classes\mailto\shell\open\command

Any suggestions?
User avatar
helo
Posts: 77
Joined: December 11th, 2002, 12:54 pm

Post by helo »

In registry: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mailto\shell\open\command
You can probably put:
"C:\Program Files\Path to Minotaur\minotaur.exe" "%1"
or;
C:\PROGRA~1\Path to Minotaur\minotaur.exe "%1"

Of course since I don´t have Minotaur I don´t know the exact path to the EXE.
User avatar
djst
Moderator
Posts: 2826
Joined: November 5th, 2002, 1:34 am
Location: Sweden
Contact:

Post by djst »

http://texturizer.net/minotaur/faq.html#2.2

So it's

Code: Select all

"C:\Program Files\Minotaur\minotaur.exe" -mail %1
Fuzzle
Posts: 101
Joined: November 16th, 2002, 2:03 pm
Contact:

Post by Fuzzle »

THANKS!
Works perfectly. Maybe a sticky thread should be started with stuff like this?
User avatar
djst
Moderator
Posts: 2826
Joined: November 5th, 2002, 1:34 am
Location: Sweden
Contact:

Post by djst »

If anything, a sticky pointing to the FAQ.
Fuzzle
Posts: 101
Joined: November 16th, 2002, 2:03 pm
Contact:

Post by Fuzzle »

Looks good to me.
Post Reply