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:Brian A. Seklecki (lava@spiritual-machines.org)
Date:Dec 31, 2007 7:30:24 pm
List:net.sourceforge.lists.courier-users

dos2unix is your friend.

or vim + cmd mode

:%s/\r//g

(possibly switch \r for \n)

~BAS