Mutt not calling browser

2011-07-07 Thread Robert Holtzman
Running mutt 1.5.21-4~bpo60+1 on Debian Squeeze. The default browser is
Iceweasel, Debian's version of Firefox. It was giving me some problems
so I purged it and installed the real Firefox. Now "Ctrl b" gives the
error message "/usr/bin/iceweasel: not found None of the browsers in 
$BROWSER worked!" Can't find anything in .muttrc that calls a browser.
Searches yield nothing useful (unless I've missed something).

Any poimters appreciated.

-- 
Bob Holtzman
If you think you're getting free lunch, 
check the price of the beer.
Key ID: 8D549279


signature.asc
Description: Digital signature


Re: Mutt not calling browser

2011-07-07 Thread Jostein Berntsen
On 07.07.11,14:37, Robert Holtzman wrote:
> Running mutt 1.5.21-4~bpo60+1 on Debian Squeeze. The default browser is
> Iceweasel, Debian's version of Firefox. It was giving me some problems
> so I purged it and installed the real Firefox. Now "Ctrl b" gives the
> error message "/usr/bin/iceweasel: not found None of the browsers in 
> $BROWSER worked!" Can't find anything in .muttrc that calls a browser.
> Searches yield nothing useful (unless I've missed something).
> 
> Any poimters appreciated.
> 

Is Ctrl-b mapped to urlview? Then you can change to the right browser in 
/usr/bin/url_handler.sh.


Jostein





Re: Mutt not calling browser

2011-07-07 Thread Robert Holtzman
On Thu, Jul 07, 2011 at 11:44:51PM +0200, Jostein Berntsen wrote:
> On 07.07.11,14:37, Robert Holtzman wrote:
> > Running mutt 1.5.21-4~bpo60+1 on Debian Squeeze. The default browser is
> > Iceweasel, Debian's version of Firefox. It was giving me some problems
> > so I purged it and installed the real Firefox. Now "Ctrl b" gives the
> > error message "/usr/bin/iceweasel: not found None of the browsers in 
> > $BROWSER worked!" Can't find anything in .muttrc that calls a browser.
> > Searches yield nothing useful (unless I've missed something).
> > 
> > Any poimters appreciated.
> > 
> 
> Is Ctrl-b mapped to urlview? Then you can change to the right browser in 
> /usr/bin/url_handler.sh.

Ctrl-b is mapped to urlscan and worked when I had iceweasel installed.

holtzm@localhost:~$ less /usr/bin/url_handler.sh
/usr/bin/url_handler.sh: No such file or directory

The only url_handler I can find on the system is:

holtzm@localhost:~$ locate url_handler
/usr/share/gconf/schemas/desktop_gnome_url_handlers.schemas

which, of course, isn't what you are talking about.

-- 
Bob Holtzman
If you think you're getting free lunch, 
check the price of the beer.
Key ID: 8D549279


signature.asc
Description: Digital signature


Re: Mutt not calling browser

2011-07-07 Thread Patrick Shanahan

* Robert Holtzman  [07-07-11 21:35]:
> On Thu, Jul 07, 2011 at 11:44:51PM +0200, Jostein Berntsen wrote:
> > On 07.07.11,14:37, Robert Holtzman wrote:
> > 
> > Is Ctrl-b mapped to urlview? Then you can change to the right browser in 
> > /usr/bin/url_handler.sh.
> 
> Ctrl-b is mapped to urlscan and worked when I had iceweasel installed.
> 
> holtzm@localhost:~$ less /usr/bin/url_handler.sh
> /usr/bin/url_handler.sh: No such file or directory
> 

url_handler.sh is contained in urlview package distributed with mutt.


-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535  @ http://counter.li.org


Re: Mutt not calling browser

2011-07-07 Thread Greg Donoghue
On Thu, Jul 07, 2011 at 06:34:22PM -0700, Robert Holtzman wrote:
> On Thu, Jul 07, 2011 at 11:44:51PM +0200, Jostein Berntsen wrote:
> > On 07.07.11,14:37, Robert Holtzman wrote:
> > > Running mutt 1.5.21-4~bpo60+1 on Debian Squeeze. The default browser is
> > > Iceweasel, Debian's version of Firefox. It was giving me some problems
> > > so I purged it and installed the real Firefox. Now "Ctrl b" gives the
> > > error message "/usr/bin/iceweasel: not found None of the browsers in 
> > > $BROWSER worked!" Can't find anything in .muttrc that calls a browser.
> > > Searches yield nothing useful (unless I've missed something).
> > > 
> > > Any poimters appreciated.
> > > 
> > 
> > Is Ctrl-b mapped to urlview? Then you can change to the right browser in 
> > /usr/bin/url_handler.sh.
> 
> Ctrl-b is mapped to urlscan and worked when I had iceweasel installed.

Urlscan uses Debian's sensible-browser function. You can
either change the sensible-browser setting, or install
urlview and remap Ctrl-b. Then you'll be able to edit
url_handler.sh to your liking.

-- 
Greg Donoghue


automatically delete duplicate email ... is it possible ? [SEC=UNCLASSIFIED]

2011-07-07 Thread Wilkinson, Alex
Hi all,

I often find my self using "D ~= $" (manually) to delete duplicate email from my
mailing lists mailboxes. Can anyone recommend a way to have this automagically
done for me ?

Thanks!

   -Alex


IMPORTANT: This email remains the property of the Department of Defence and is 
subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have 
received this email in error, you are requested to contact the sender and 
delete the email.


Re: Mutt not calling browser[SOLVED]

2011-07-07 Thread Robert Holtzman
On Thu, Jul 07, 2011 at 09:53:15PM -0400, Patrick Shanahan wrote:
> 
> * Robert Holtzman  [07-07-11 21:35]:
> > On Thu, Jul 07, 2011 at 11:44:51PM +0200, Jostein Berntsen wrote:
> > > On 07.07.11,14:37, Robert Holtzman wrote:
> > > 
> > > Is Ctrl-b mapped to urlview? Then you can change to the right browser in 
> > > /usr/bin/url_handler.sh.
> > 
> > Ctrl-b is mapped to urlscan and worked when I had iceweasel installed.
> > 
> > holtzm@localhost:~$ less /usr/bin/url_handler.sh
> > /usr/bin/url_handler.sh: No such file or directory
> > 
> 
> url_handler.sh is contained in urlview package distributed with mutt.

That explains it. Also I'm running urlscan. The problem got solved when
I remembered that I had forgotten to change the EXPORT line in .bashrc
when I switched browsers.

Thanks for the reply.

-- 
Bob Holtzman
If you think you're getting free lunch, 
check the price of the beer.
Key ID: 8D549279


signature.asc
Description: Digital signature


Re: automatically delete duplicate email ... is it possible ? [SEC=UNCLASSIFIED]

2011-07-07 Thread Alexandre
Le vendredi 08 juillet de l'année 2011, vers 11 heures et 14 minutes, 
Wilkinson, Alex écrivait:
> Hi all,
> 
> I often find my self using "D ~= $" (manually) to delete duplicate email from 
> my
> mailing lists mailboxes. Can anyone recommend a way to have this automagically
> done for me ?

If you use procmail, just add this in your ~/.procmailrc


:0 Whc: msgid.lock
| formail -D 8192 msgid.cache
:0 a:
$HOME/mail/-duplicatas

Hope that helps

-- 
Alexandre Delanoë


Re: Mutt not calling browser

2011-07-07 Thread Jamie Paul Griffin
http://www.memoryhole.net/~kyle/extract_url/ is a much better alternative, 
definitely worth trying out. 

jamie