Re: Using Find, Exclude one mailboxes folder

2010-07-14 Thread Gregor Zattler
Hi rogerx, mutt-users, * rog...@sdf.org [14. Jul. 2010]: > How can I exclude one folder from my mailbox list using a find > pipe? > > muttrc: > mailboxes `find ~/.maildir/ -type d -name cur -printf '%h '` > [...] > To clarify, I only want to omit my "/home/roger/.maildir/.roger" folder > and not

Re: Using Find, Exclude one mailboxes folder

2010-07-14 Thread David Haguenauer
Hi, * rog...@sdf.org , 2010-07-14 21:01:01 Wed: > How can I exclude one folder from my mailbox list using a find > pipe? > > muttrc: > mailboxes `find ~/.maildir/ -type d -name cur -printf '%h '` > > [...] To clarify, I only want to omit my > "/home/roger/.maildir/.roger" folder and not my other

Using Find, Exclude one mailboxes folder

2010-07-14 Thread rogerx
@#...@# find. ... anyways. How can I exclude one folder from my mailbox list using a find pipe? muttrc: mailboxes `find ~/.maildir/ -type d -name cur -printf '%h '` Tells Mutt to monitor for new email in all maildir folders, but I don't want to know about local the email folder. To clarify, I

Re: URL not extracted from HTML by w3m in mutt autoview

2010-07-14 Thread Erik Christiansen
On Wed, Jul 14, 2010 at 11:29:34AM -0700, Gary Johnson wrote: > On 2010-07-14, Erik Christiansen wrote: > > It's in an A tag: (I've munged some of the href's characters in this post) > > > > > "> > e=3D"View Email Online link" href=3D"http://example.media.xyz.com.au:80/t= > > rack?t=3Dv&m

Re: URL not extracted from HTML by w3m in mutt autoview

2010-07-14 Thread Gary Johnson
On 2010-07-14, Erik Christiansen wrote: > On Tue, Jul 13, 2010 at 09:16:21AM -0700, Gary Johnson wrote: > > On 2010-07-13, Erik Christiansen wrote: > > > I had thought that "=3D" was a m$-ism? > > > > The "=" at the end of the line and "=3D" stuff is quoted-printable, > > a type of Content-Transfe

Re: text/html change from 1.5.18 to 1.5.20

2010-07-14 Thread Brendan Cully
On Wednesday, 14 July 2010 at 10:55, Matt Larson wrote: > I finally got around to upgrading from a crufty build of 1.5.18 to > 1.5.20 (hg HEAD from 30 June 2010) . I run mutt on a Mac and use this > line in mailcap to handle any HTML MIME parts: > > text/html; cat > /tmp/mutt.html\;open /tmp/mutt

Re: text/html change from 1.5.18 to 1.5.20

2010-07-14 Thread Dermot
On 14 July 2010 15:55, Matt Larson wrote: > I finally got around to upgrading from a crufty build of 1.5.18 to > 1.5.20 (hg HEAD from 30 June 2010) .  I run mutt on a Mac and use this > line in mailcap to handle any HTML MIME parts: > > text/html; cat > /tmp/mutt.html\;open /tmp/mutt.html > > When

Re: prevent gmail from rewriting from envelope

2010-07-14 Thread Ben Moon
Dear Nicolas, > Notice I don't set use_envelope_from. *grummel* still doesn't work. I was just thinking: do have some official dns-name on your mutt box? I'm behind a router in a private network and thought that this might be the problem; somehow. Thank you Ben

text/html change from 1.5.18 to 1.5.20

2010-07-14 Thread Matt Larson
I finally got around to upgrading from a crufty build of 1.5.18 to 1.5.20 (hg HEAD from 30 June 2010) . I run mutt on a Mac and use this line in mailcap to handle any HTML MIME parts: text/html; cat > /tmp/mutt.html\;open /tmp/mutt.html When I message had an HTML part I wanted to view, I'd hit "

Re: URL not extracted from HTML by w3m in mutt autoview

2010-07-14 Thread Erik Christiansen
On Tue, Jul 13, 2010 at 09:16:21AM -0700, Gary Johnson wrote: > On 2010-07-13, Erik Christiansen wrote: > > I had thought that "=3D" was a m$-ism? > > The "=" at the end of the line and "=3D" stuff is quoted-printable, > a type of Content-Transfer-Encoding defined by RFC 2045. Mutt > already know

Re: URL not extracted from HTML by w3m in mutt autoview

2010-07-14 Thread Erik Christiansen
On Tue, Jul 13, 2010 at 08:21:02AM -0400, Patrick Shanahan wrote: > > check the header for "Content-Type:", it should contain: > Content-Type: text/html; charset="UTF-8" It's there, but spread over two lines: Content-Type: text/html; charset="UTF-8" As expected, merging the lines made no d