Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2006 13:02:50 +0000
From:      "Frank Shute" <frank@esperance-linux.co.uk>
To:        Gary Kline <kline@thought.org>
Cc:        Frank Shute <frank@esperance-linux.co.uk>, freebsd-questions@freebsd.org
Subject:   Re: things-Mail: update
Message-ID:  <20061030130250.GA94669@melon.esperance-linux.co.uk>
In-Reply-To: <20061030030050.GC39711@thought.org>
References:  <45451426.4080003@thought.org> <20061030004455.GA87762@melon.esperance-linux.co.uk> <20061030030050.GC39711@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 29, 2006 at 07:00:50PM -0800, Gary Kline wrote:
>
> On Mon, Oct 30, 2006 at 12:44:55AM +0000, Frank Shute wrote:
> > 
> > You can get mutt to launch embedded URLs in a browser by installing
> > urlview and setting up your mailcap. Just thought I'd mention it.
> > 
> > <snip>
> > 
> 	WOW!  Where is urlview and what exactly do I add to ~/.mailcap??

Urlview is in ports: textproc/urlview

Looking at the urlview manpage, it looks like I was mistaken and it
has nothing to do with mailcap but you need the following in
~/.urlview:

COMMAND /usr/X11R6/bin/firefox %s

Then when you hit Ctl-b in mutt you're presented with a list of pages
extracted from the e-mail that you can then scroll through and open in
the browser. I don't think I had to do anything to my .muttrc 

Voila! No more cut and pasting - took me years before I found it :(

As for mailcap, it's useful if you get attachments to your mail so at
a minimum you want this in ~/.mailcap

text/html;/usr/X11R6/bin/firefox %s
application/pdf;acroread %s
application/msword;antiword %s | less
application/postscript;gview %s
image/gif;xv %s
image/jpeg;xv %s
image/png;xv %s

Then mutt can deal with the attachment appropriately.

> 
> 	thanks much,

No worries.

> 
> 	gary
> 
> 	PS:  I wish there were a GUI/HTML-version of mutt that uses 
> 	     vi and,more imporatant, save mail in ~/Mail .... *but*....
> 	     ******.

I prefer programs that can work without X and I run qmail so prefer
Maildirs. You could probably get mutt to use gvim as an editor if
that's any help.

You should be also able to get your browser to use mutt for mailto: in
html pages. I can tell you how to do that for firefox, I think.

Another thing to get going with mutt (if you're dealing with a lot of
mail) is procmail. You can set up a bunch of maildirs and sort your
mail into each one to then be read by mutt at your leisure.

-- 

 Frank 


echo "f r a n k @ e s p e r a n c e - l i n u x . c o . u k" | sed 's/ //g'

                      --->PGP keyID: 0x10BD6F4B<---                          



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061030130250.GA94669>