[comp.mail.elm] suggested patches for new elm

zeeff@b-tech.UUCP (Jon Zeeff) (10/07/88)

Two very small but important (to me) patches to elm are

1) Make 'v' also do what 'h' does now (show message with headers).  Rn uses
'v' which makes it hard for me to remember 'h'.

2) in screen.c apply the following change to show the person's name, not
their site when dealing with long froms.


 	        message_number,
 	        entry->month, 
 		atoi(entry->day), 
>		(strlen(from) <= 18) ? from : from + strlen(from) - 18, 
 		entry->lines, 
 		(entry->lines / 1000   > 0? ""   :	/* spacing the  */
 		  entry->lines / 100   > 0? " "  :	/* same for the */
-- 
Jon Zeeff      			Branch Technology,
umix!b-tech!zeeff  		zeeff@b-tech.ann-arbor.mi.us