Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!ogccse!schaefer From: schaefer@ogccse.ogc.edu (Barton E. Schaefer) Newsgroups: comp.mail.mush Subject: Re: Official Patch #4 for Mush 6.5 Message-ID: <3233@ogccse.ogc.edu> Date: 16 Jun 89 16:23:08 GMT References: <3183@ogccse.ogc.edu> <10924@ibmpcug.UUCP> Reply-To: schaefer@ogccse.UUCP (Barton E. Schaefer) Organization: Oregon Graduate Center, Beaverton, OR Lines: 37 In article <10924@ibmpcug.UUCP> Ronald.Khoo@ibmpcug.CO.UK (Anyone EVER use the Reply-To: ? :-) writes: } Hi - I just applied the patch, and IMMEDIATELY (sigh) two things crop up } strange. (Sigh) again. } In article <3183@ogccse.ogc.edu> schaefer@cse.ogc.edu (Barton E. Schaefer) } writes: } >mail.c: } > New mail option -E to edit outgoing headers without $edit_hdrs. } but the default headers are not included in the edit file... } [looks like line 434 in mail.c needs an additional ison(flgs, EDIT_HDRS)] Absolutely right. I should remember to use "mush -n" when I'm testing these things .... My only plea in defense is that Dan asked me to add that at the last minute on the night before the patch went out. Sorry. Change line 434 to: (ison(flags, EDIT_HDRS) || do_set(set_options, "edit_hdrs"))) { } >+ Listing of commands generated by "?" now sorted down columns instead of } >+ across rows. } And the last item printed is '(null)' - has ?printf %s been passed a NULL ? Apparently so. On line 754 of commands.c there is an if statement: if (x%5*N+n-1 < sizeof cmds / sizeof (struct cmd)) ^^ Remove this and all will be well. Look for a very short official patch #5 early next week .... -- Bart Schaefer "And if you believe that, you'll believe anything." -- DangerMouse CSNET / Internet schaefer@cse.ogc.edu UUCP ...{sequent,tektronix,verdix}!ogccse!schaefer