> It seems we have very complicated (=unmaintained) code in LYMail.c and > LYPrint.c with lots of #ifdef'ing, I mean > mailform(), mailmsg(), replay_by_mail(), and send_file_to_mail(). > > It would be nice to introduce a unified function called from the above four, > something like this: > mailfile(addr, subject, cc, content_type, more_headers, filename) It would be nice - but the problem with changing the heavily ifdef'd code is that it doesn't get heavily tested (and we find out right after a release). > So we get system dependencies in a single place. > > > -- Thomas E. Dickey [EMAIL PROTECTED] http://www.clark.net/pub/dickey
