Only in elm2.4.ME+.39.my: .nfs8893
Only in elm2.4.ME+.39.my: Makefile
Only in elm2.4.ME+.39.my: config.h
Only in elm2.4.ME+.39.my: config.h.orig
Only in elm2.4.ME+.39.my: config.h.rej
Only in elm2.4.ME+.39.my: config.sh
Only in elm2.4.ME+.39.my/doc: Makefile
Only in elm2.4.ME+.39.my/filter: Makefile
Only in elm2.4.ME+.39.my/hdrs: sysdefs.h
Only in elm2.4.ME+.39.my/lib: Makefile
Only in elm2.4.ME+.39.my/melib: Makefile
Only in elm2.4.ME+.39.my/src: Makefile
diff -ru elm2.4.ME+.39/src/builtin++.c elm2.4.ME+.39.my/src/builtin++.c
--- elm2.4.ME+.39/src/builtin++.c	Fri Feb 13 18:53:54 1998
+++ elm2.4.ME+.39.my/src/builtin++.c	Fri Feb 27 18:05:07 1998
@@ -192,7 +192,8 @@
             }
           }
           else {
-            Writechar('?');
+/*            Writechar('?'); */
+		Writechar(*pending);
             chars++;
           }
 	}
diff -ru elm2.4.ME+.39/src/curses.c elm2.4.ME+.39.my/src/curses.c
--- elm2.4.ME+.39/src/curses.c	Fri Feb 13 18:53:55 1998
+++ elm2.4.ME+.39.my/src/curses.c	Fri Feb 27 18:05:17 1998
@@ -708,12 +708,14 @@
 
 	else {
 	  /* if some kind of non-printable character change to a '?' */
+/*
 #ifdef ASCII_CTYPE
 	  if(!isascii(ch) || !isprint(ch))
 #else
 	  if(!isprint((unsigned char)ch))
 #endif
 	    ch = '?';
+*/
 
 	  /* if we only have one column left, simulate automargins if
 	   * the terminal doesn't have them */
diff -ru elm2.4.ME+.39/src/returnadd.c elm2.4.ME+.39.my/src/returnadd.c
--- elm2.4.ME+.39/src/returnadd.c	Fri Feb 13 18:53:56 1998
+++ elm2.4.ME+.39.my/src/returnadd.c	Fri Feb 27 18:05:28 1998
@@ -198,7 +198,10 @@
 	    get_address_from(buf, hold_return);
 	    buffer[0] = '\0';
           }
-	  /* reply-to is now handle in handle_reply_to */
+          else if (header_cmp(buf, "Reply-To", NULL)) {
+           get_address_from(buf, buffer);
+           if (strlen(buffer) > 0) return(using_to);
+          }
 #endif
 
 	  else if (len_buf < 2)	/* done with header */
Only in elm2.4.ME+.39.my/utils: Makefile
Only in elm2.4.ME+.39.my/utils: checkalias
Only in elm2.4.ME+.39.my/utils: listalias
Only in elm2.4.ME+.39.my/utils: messages
Only in elm2.4.ME+.39.my/utils: printmail
