... If you already have a "mail" icon on the desktop, right click on it and choose edit.
When the window pops up, enter seamonkey for the program to open, then enter -mail in the argument to pass area.
or
open /usr/local/bin/defaultemail as text
Use this inside and drag that to the desktop.
Code:
#!/bin/sh
exec seamonkey -mail "$@"
I originally opted for the second method as I, at that stage, didn't have a desktop icon. The folly of that is evident in my subsequent posts.
The correct course of action and it only took days for the penny to eventually drop was, in fact, the first method.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum