nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-workers] 1.1rc2 compile and slow send with aliases on Slackware lin


From: Kirill Sapelkin
Subject: [Nmh-workers] 1.1rc2 compile and slow send with aliases on Slackware linux
Date: Fri, 30 Jan 2004 15:10:42 -0800

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 address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]