4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] question
FromSent OnAttachments
mattiasDec 31, 2007 5:11 pm 
Jérôme BlionDec 31, 2007 5:18 pm 
Brian A. SekleckiDec 31, 2007 7:30 pm 
mattiasDec 31, 2007 7:33 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] questionActions...
From:mattias (mj@mjw.se)
Date:Dec 31, 2007 7:33:14 pm
List:net.sourceforge.lists.courier-users

Ok But dos2unix solved my problem with authlib-mysql

-----Ursprungligt meddelande----- Från: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] För Brian A. Seklecki Skickat: den 1 januari 2008 04:31 Till: Jérôme Blion Kopia: cour@lists.sourceforge.net Ämne: Re: [courier-users] question

dos2unix is your friend.

or vim + cmd mode

:%s/\r//g

(possibly switch \r for \n)

~BAS