This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Who ported Mutt? I have re-compiled 1.2.5 and now I have double spaced lines in the pager.


On Thu, Apr 05, 2001 at 02:55:09PM +0100, malcolm.boekhoff wrote:
> 
> Can the Mutt porter(s) please describe what I need to patch to Mutt-1.2.5 to stop
> the pager displaying
> 
> 	Line 1
> 	
> 	Line 2
> 
> 	Line 3
> 
> instead of 
> 
> 	Line 1
> 	Line 2
> 	Line 3
> 
> Thanks.
> 
> Probably a binary/text problem, eh? The mail folders appear to be in Unix
> format (\n and not \r\n for line separation).

Probably:

http://cygwin.com/ml/cygwin/2001-02/msg00217.html

Look through the sources and open the files with open (..., O_TEXT)
or fopen (..., "rt") if compiled under Cygwin.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]