diff -ur ifcico-3.0.cm.alpha-2/CONFIG ifcico-3.0.cm.alpha-2.1/CONFIG
--- ifcico-3.0.cm.alpha-2/CONFIG	Sun Jun  1 16:23:56 1997
+++ ifcico-3.0.cm.alpha-2.1/CONFIG	Sat Jun 14 13:44:34 1997
@@ -1,6 +1,6 @@
 # Compile-time configuration for ifmail FidoNet mailer and gateway
 COPYRIGHT   = "Eugene G. Crosser, 1993-1997"
-VERSION     = "3.0.cm.alpha-2"
+VERSION     = "3.0.cm.alpha-2.1"
 
 # Where to put binaries
 BINDIR = "/usr/lib/ifmail"
diff -ur ifcico-3.0.cm.alpha-2/ifcico/emsidat.c ifcico-3.0.cm.alpha-2.1/ifcico/emsidat.c
--- ifcico-3.0.cm.alpha-2/ifcico/emsidat.c	Sat May 10 15:47:20 1997
+++ ifcico-3.0.cm.alpha-2.1/ifcico/emsidat.c	Sat Jun 14 13:23:32 1997
@@ -67,6 +67,7 @@
 	else
 	{
 	  p = xstrcat(p, "}{8N1");
+	  if (emsi_local_lcodes & LCODE_RH1) p = xstrcat(p, ",RH1");
 	  if (caller)
 	  {
 	    if (emsi_local_lcodes & LCODE_PUA) p=xstrcat(p,",PUA");
diff -ur ifcico-3.0.cm.alpha-2/iflib/Makefile ifcico-3.0.cm.alpha-2.1/iflib/Makefile
--- ifcico-3.0.cm.alpha-2/iflib/Makefile	Sat May 24 14:23:53 1997
+++ ifcico-3.0.cm.alpha-2.1/iflib/Makefile	Sat Jun 14 13:30:26 1997
@@ -69,6 +69,8 @@
 	(for f in ${SRCS} ${HDRS} ${OTHER} ;do echo ifcico-${VERSION}/$${BASE}/$$f; done) \
 	>filelist
 
+man:
+
 testconf:	rdconfig.c config.h utlib.a
 	cc -g -Wall -DTESTING rdconfig.c utlib.a -o $@
 
