Re: Patch for bug #3200 (with patch attached this time)

2003-06-28 Thread Ralph Corderoy
Hi Jeffrey, > You should mail the comments directly to him: > > Jeffrey C Honig <[EMAIL PROTECTED]> Done. > +/* > + * c_flags bits > + */ > +#define CF_TRUE(1<<0) /* usually means component is present */ > +#define CF_ADDRPARSED (2<<0) /* address has been parsed */ > +#define CF

Patch for bug #3200 (with patch attached this time)

2003-06-28 Thread Glenn Burkhardt
Jeffery Honig has been unable to subscribe to the mailing list. He'd like any comments any one has about his proposed patch. You should mail the comments directly to him: Jeffrey C Honig <[EMAIL PROTECTED]> Index: h/fmt_scan.h ==