[comp.mail.mush] ~i shouldn't sort message numbers

jss%greeble@Sun.COM (Josh Sirota) (02/06/90)

If I reply to a letter and try to include more than one with a single ~i
statement, the messages should be included in the order specified.  That
is, if I do "~i 5 3" I want message 5 to be placed into the message buffer
before message 3.  Is that possible?

Yes, I resorted to two ~i commands as a workaround.

Josh
--
Josh Sirota
Sun Microsystems, NSE group
INTERNET: jss@sun.com			UUCP: ...!sun!jss

schaefer@ogicse.ogc.edu (Barton E. Schaefer) (02/06/90)

In article <131248@sun.Eng.Sun.COM> jss@sun.com (Josh Sirota) writes:
} If I reply to a letter and try to include more than one with a single ~i
} statement, the messages should be included in the order specified.  That
} is, if I do "~i 5 3" I want message 5 to be placed into the message buffer
} before message 3.  Is that possible?

Not as things are currently done.  Message numbers are parsed by a
function that sets bits in an array to indicate which message numbers
were seen.  The bits are then read back out of the array in increasing
order.  There is no way around it.

We're going to dump this array-of-bits representation of message lists
when we get around to revamping some other things.
-- 
Bart Schaefer          "February.  The hangnail on the big toe of the year."
                                                                    -- Duffy

schaefer@cse.ogi.edu (used to be cse.ogc.edu)