* andrej hocevar <[EMAIL PROTECTED]> [2002-05-10 08:58]: > On Fri, May 10, 2002 at 08:09:59AM -0400, darren chamberlain wrote: > > I just posted a patch that allows for this yesterday (or was it the day > > Great; I've found it. Would you please tell me how to apply it? > I've installed mutt from a .deb, so I'll have to go get the source, > right?
Yes. Here's a (simplistic) step-by-step: ncftpget ftp://ftp.mutt.org/mutt/mutt-1.3.99i.tar.gz gunzip -c mutt-1.3.99i.tar.gz | tar xf - cd mutt-1.3.99 patch -p0 < /path/to/patch-1.3.20000609.whatever.its.called ./configure --with-the-right=options make make install The key is the patch line (4th line). Good luck. (darren) -- Don't sweat the petty things, and don't pet the sweaty things.