Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!amdcad!ames!mailrus!umix!b-tech!zeeff From: zeeff@b-tech.UUCP (Jon Zeeff) Newsgroups: comp.mail.elm Subject: suggested patches for new elm Message-ID: <4791@b-tech.UUCP> Date: 6 Oct 88 20:47:40 GMT Organization: Branch Technology, Ann Arbor, MI Lines: 19 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