Hello, Compilation on Slackware Linux 9.1 (kernel 2.4.20) worked after using the configure command documented in nmh-1.0.4 distribution:
LIBS=-gdbm ./configure and ammending uip/slocal.c #ifdef HAVE_DB1_NDBM_H #include <db1/ndbm.h> #else #include <ndbm.h> #endif to read: #ifdef HAVE_DB1_NDBM_H #include <db1/ndbm.h> #else #include <db3/ndbm.h> #endif Now however, if file aliases exists in ~/Mail and if line: Aliasfile: aliases is in .mh_profile, it takes about 30 seconds to send a message (using send) Otherwise it is instant. With nmh-1.0.4 sending is immediate with or without aliases. Kirill Sapelkin [EMAIL PROTECTED] _______________________________________________ Nmh-workers mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/nmh-workers
