Re: on-demand rewrap received mail and display in builtin pager

2012-12-05 Thread Erik Christiansen
On 05.12.12 11:24, Patrick Shanahan wrote: > * Erik Christiansen [12-05-12 02:44]: > > # This DOES WRECK URLs! > > # This can wreck code patches: > > # :0Bbfw # Fold long lines (>80 col.) at a space:

Re: on-demand rewrap received mail and display in builtin pager

2012-12-05 Thread Andre Klärner
Hi Jeremy, On Tue, Dec 04, 2012 at 02:00:26PM -0800, Jeremy Kitchen wrote: > On Tue, Dec 04, 2012 at 10:39:30PM +0100, Andre Klärner wrote: > > Hi Guys, > > > > I read the last long discussion about line wrapping and proper mail > > formatting. > > All of it? You are a braver man than I :) Well

Re: Header cache fetch times

2012-12-05 Thread Michael Elkins
On Wed, Dec 05, 2012 at 01:40:43PM -0500, Trey Sizemore wrote: I've noticed lately that when I load mutt (defaulting to my Fastmail.fm INBOX) or when switching from another mailbox back to the INBOX, that the time to display due to fetching message headers takes quite a while. Is it fetching he

Header cache fetch times

2012-12-05 Thread Trey Sizemore
I've noticed lately that when I load mutt (defaulting to my Fastmail.fm INBOX) or when switching from another mailbox back to the INBOX, that the time to display due to fetching message headers takes quite a while. I'm using IMAP and have a headers directory created in my /home folder which is po

Re: on-demand rewrap received mail and display in builtin pager

2012-12-05 Thread Gary Johnson
On 2012-12-05, Chris Green wrote: > On Wed, Dec 05, 2012 at 06:43:34PM +1100, Erik Christiansen wrote: > > On 04.12.12 14:00, Jeremy Kitchen wrote: > > > alternatively, you could reformat the mails at receive time through > > > a procmail filter or something if you have that kind of access to the >

Re: on-demand rewrap received mail and display in builtin pager

2012-12-05 Thread Patrick Shanahan
* Erik Christiansen [12-05-12 02:44]: > > If anyone has a working solution, I'd be interested too. The following > had to be commented out, because folded URLs and code patches weren't > much use: > > # This DOES WRECK URLs! >

Re: hook to set Content-Type after editing

2012-12-05 Thread Michael Elkins
On Wed, Dec 05, 2012 at 01:34:29PM +, ed wrote: I have a weird setup where any UTF message causes me to create a Content-Type of text/plain; 8bit, unknown. Is it possible to make a hook which sets the Content-Type to text/plain; 8bit, us-ascii after editing? I figure this should be simpler th

hook to set Content-Type after editing

2012-12-05 Thread ed
Hi all, I have a weird setup where any UTF message causes me to create a Content-Type of text/plain; 8bit, unknown. Is it possible to make a hook which sets the Content-Type to text/plain; 8bit, us-ascii after editing? I figure this should be simpler than correcting the underlying problem in this

Re: on-demand rewrap received mail and display in builtin pager

2012-12-05 Thread Chris Green
On Wed, Dec 05, 2012 at 06:43:34PM +1100, Erik Christiansen wrote: > On 04.12.12 14:00, Jeremy Kitchen wrote: > > alternatively, you could reformat the mails at receive time through > > a procmail filter or something if you have that kind of access to the > > mail server. > > If anyone has a worki