Modify ↓
#236 closed bug (fixed)YAM 2.6p1 "Mailto"
Description
When clicking on Mailto link on a web page, and Yam is not open, it launches YAM & opens a write message. When YAM is allready open and i click on such a link YAM is made active and comes to front, no "write message window" is opened. Attachments (1)Change History (9)comment:1 Changed 2 years ago by thboeckelcomment:2 Changed 2 years ago by thboeckel
Any news on this? comment:3 follow-up: ↓ 4 Changed 2 years ago by thboeckel
Ok, no answer => no interest to get this fixed. Closing this one... comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 2 years ago by Hubert Maier <raziel_nosgoth@…>
Replying to thboeckel:
Arrgh, i only now saw this
I get the exact same behaviour
Yam is closed:
Yam is running:
Using OWB3.30 and the URL preferences with YAM as MAILTO: reference
AmigaOS4.1 plus latest updates comment:5 in reply to: ↑ 4 Changed 2 years ago by thboeckel
Replying to Hubert Maier <raziel_nosgoth@?>:
Ok, now I understand the problem.
The point is the following: if YAM is not yet running and started with suitable options to immediately write a new mail this will be done as requested. Starting YAM a second time while another instance is already running and possibly hidden or iconified this will just cause the first instance to appear and the second instance will quit at once without triggering any new mail stuff.
I will see how we can change YAM to make a second start transfer possible MAILTO options to the first instance. But this will affect YAM 2.7+ only as we don't plan another update to YAM 2.6.
As a workaround I suggest to use a script like the ib2yam.rexx script I mentioned in comment #1. For reference I will attach this one to this ticket. comment:6 Changed 2 years ago by thboeckel
The attached ib2yam.rexx script is in no way limited to be used with IBrowse only. I should be possible to use it with any browser.
Just call is like this: ib2yam.rexx "address"|"subject"|"body" comment:7 Changed 2 years ago by thboeckel
comment:8 Changed 17 months ago by damato
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



No problem here using IBrowse and a mailto: link. I just had to adapt the used ib2yam.rexx script a bit as it was using an invalid abosolute path for the WaitForPort command to wait for YAM to launch. This made the script continue immediately and since YAM was not running properly yet the rest of the script failed silently and of course did not open a new write window.
After the change everything worked perfectly again.
Which browerser are you using (except NetSurf) and how is YAM started when a mailto: link is clicked?