Index: mailbox/include/address0.h =================================================================== RCS file: /cvs/mailutils/mailbox/include/address0.h,v retrieving revision 1.5 diff -u -r1.5 address0.h --- mailbox/include/address0.h 2001/03/16 04:31:36 1.5 +++ mailbox/include/address0.h 2001/04/06 05:19:47 @@ -38,7 +38,7 @@ /* * The data-structure representing an RFC822 MAILBOX. It may be - * one MAILBOX in a list of them, as found in an ADDRESS list or + * one MAILBOX or a list of them, as found in an ADDRESS or * a MAILBOX list (as found in a GROUP). * * Capitalized names are from RFC 822, section 6.1 (Address Syntax). @@ -62,7 +62,8 @@ char *route; /* the optional ROUTE in the ROUTE-ADDR form of MAILBOX */ -// size_t num; -- didn't appear to be used anywhere... +/* size_t num; this didn't appear to be used anywhere... so I commented + it out, is that ok? -sam */ struct _address *next; };