On 11/04/2007 03:23 PM, James Knott wrote: > Forgot to mention, I'm running SUSE. And I also checked in Windows and > there's no comparable setting. It has to rely on the default email program. > >
Checked on WinXP & works just as long as SeaMonkey is set as the default email client. Well... I'd refer you to the bug where it was fixed (I went through this last year), but the bug system seems to be down this morning: http://www.openoffice.org/issues/show_bug.cgi?id=64151 Do a search for senddoc.sh and make sure that you have the following patch: > --- shell/source/unix/misc/senddoc.sh 2006-01-23 23:39:49.000000000 +0100 > +++ /home/cl/programming/shadow/shell/source/unix/misc/senddoc.sh > 2006-04-10 22:49:30.000000000 +0200 > @@ -94,7 +94,7 @@ > # autodetect mail client from executable name > case `basename "$MAILER" | sed 's/-.*$//'` in > > - mozilla | netscape | thunderbird) > + mozilla | netscape | seamonkey | thunderbird) > > while [ "$1" != "" ]; do > case $1 in Perhaps Suse didn't include. If not, just modify your senddoc.sh to include seamonkey and file a bug w/Suse. Note that in linux you don't even have to have SeaMonkey set as your preferred email client (mine is set as the default Evolution because I've been too lazy to change it), you only need the full path. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
