On Thu, May 05, 2016 at 11:44:53PM -0400, Damien Riegel wrote: > +#ifdef USE_IMAP > + MX_REGISTER_MAILBOX(imap); > +#endif > + MX_REGISTER_MAILBOX(maildir); > + MX_REGISTER_MAILBOX(mbox); > + MX_REGISTER_MAILBOX(mh); > + MX_REGISTER_MAILBOX(mmdf); > +#ifdef USE_POP > + MX_REGISTER_MAILBOX(pop); > +#endif
I'm slightly nervous about using the MX_ prefix here, as this seems likely to conflict with macros in libraries related to sending mail or even DNS. OTOH MX_REGISTER_MAILBOX seems unlikely to conflict... I'm really beginning to think that no one should use C anymore ;-) -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -=-=-=-=- This message is posted from an invalid address. Replying to it will result in undeliverable mail due to spam prevention. Sorry for the inconvenience.
pgpYjSXmo0m2R.pgp
Description: PGP signature
