[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mutt, signitures, and ^M



On Wed, Oct 06, 1999 at 12:18:29AM -0400, Jonathan Lupa wrote:
> On Tue, Oct 05, 1999 at 10:11:19PM -0500, Dave Baker wrote:
> > sounds like you have the signature saved in 'dos' format.
> > the way I normally fix this is to do the following:
> >
> > $  vim -b filename
> > the -b puts it in binary mode
> >
> > enter command :%s/^V^M//
> > enter command :wq
  
  Easier than that, with VIM:

  :set fileformat=unix

  will convert your dos files to unix...

-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/egm2.gpg |
+----------------------------------------------------+


Reply to: