Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread Michael Wagner
* green greenfreedo...@gmail.com 09.09.2009 Michael Wagner wrote at 2009-09-08 15:11 -0500: * Michael Wagner michaeldeb...@web.de 08.09.2009 * Elimar Riesebieter riese...@lxtec.de 04.09.2009 I've tried settings - apps - mailto - shellscript Apart from my other message you can also

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread green
Michael Wagner wrote at 2009-09-09 01:10 -0500: * green greenfreedo...@gmail.com 09.09.2009 Michael Wagner wrote at 2009-09-08 15:11 -0500: * Michael Wagner michaeldeb...@web.de 08.09.2009 * Elimar Riesebieter riese...@lxtec.de 04.09.2009 I've tried settings - apps - mailto -

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread Elimar Riesebieter
* green [090909 07:51 -0500] Michael Wagner wrote at 2009-09-09 01:10 -0500: * green greenfreedo...@gmail.com 09.09.2009 Michael Wagner wrote at 2009-09-08 15:11 -0500: * Michael Wagner michaeldeb...@web.de 08.09.2009 * Elimar Riesebieter riese...@lxtec.de 04.09.2009 I've

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread martin f krafft
also sprach Elimar Riesebieter riese...@lxtec.de [2009.09.09.1918 +0200]: This is somewhat overscripted from madduck ;-) The faxt is, that my mutt (hg version from Mutt 1.5.20+lxtecppc (2009-08-04) doesn't interpret neither $@ nor $[0-9]. I'll get over to mutt-dev with this. I don't

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread Elimar Riesebieter
* martin f krafft [090909 20:29 +0200] also sprach Elimar Riesebieter riese...@lxtec.de [2009.09.09.1918 +0200]: This is somewhat overscripted from madduck ;-) The faxt is, that my mutt (hg version from Mutt 1.5.20+lxtecppc (2009-08-04) doesn't interpret neither $@ nor $[0-9]. I'll get over

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-09 Thread martin f krafft
also sprach Elimar Riesebieter riese...@lxtec.de [2009.09.09.2249 +0200]: I don't understand. mutt has no business with $@ or $[0-9], but I think you are probably hit by #545876. Does the patch fix it for you? No. I'll need more information then. Maybe you can isolate the entire argument

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-08 Thread Michael Wagner
* Elimar Riesebieter riese...@lxtec.de 04.09.2009 I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. Any hints? Hello Elimar, in the mutt package is the shellscript /usr/lib/mutt/mailto-mutt, which is

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-08 Thread Michael Wagner
* Michael Wagner michaeldeb...@web.de 08.09.2009 * Elimar Riesebieter riese...@lxtec.de 04.09.2009 I've tried settings - apps - mailto - shellscript Apart from my other message you can also make it like this: settings - apps - mailto - /usr/lib/mutt/mailto-mutt Hth Michael -- Every

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-08 Thread green
Michael Wagner wrote at 2009-09-08 15:11 -0500: * Michael Wagner michaeldeb...@web.de 08.09.2009 * Elimar Riesebieter riese...@lxtec.de 04.09.2009 I've tried settings - apps - mailto - shellscript Apart from my other message you can also make it like this: settings - apps - mailto -

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-07 Thread Elimar Riesebieter
* s. keeling [090907 02:14 +] Elimar Riesebieter riese...@lxtec.de: I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. Any hints? Ben at linuxgazette.net and I've been playing

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-06 Thread s. keeling
Elimar Riesebieter riese...@lxtec.de: I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. Any hints? Ben at linuxgazette.net and I've been playing with this for years (I haven't used it in a while;

how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-04 Thread Elimar Riesebieter
I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. Any hints? Thanks Elimar -- It's a good thing we don't get all the government we pay for. -- To UNSUBSCRIBE, email to

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-04 Thread Chris Jackson
Elimar Riesebieter wrote: I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ I'm guessing mutt can't parse the mailto: line given out by iceweasel. Here's a very quick and very dirty bit of perl I knocked up; I'm not suggesting it's right, but

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-04 Thread Clive Standbridge
I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. That's very close to the script that is working for me (using Iceweasel 3.0.6 on Lenny): #!/bin/sh prefixWords= if [ -t 0 -a -t

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-04 Thread Elimar Riesebieter
* Clive Standbridge [090904 16:47 +0100] I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. That's very close to the script that is working for me (using Iceweasel 3.0.6 on Lenny): [...] exec

Re: how to set up iceweasel 3.5 to use mutt as mailer for link sendto

2009-09-04 Thread Osamu Aoki
On Fri, Sep 04, 2009 at 03:00:13PM +0200, Elimar Riesebieter wrote: I've tried settings - apps - mailto - shellscript Shellscript: #!/bin/sh exec xterm -e mutt $@ The xterm only pops up for 1 second. I use following in lenny and works fine: -- #!/bin/sh gnome-terminal -e mutt $@ --