From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Thu, 07 Aug 2008 21:18:03 +0100 Subject: [sup-talk] ThreadSet question In-Reply-To: <1218122471-sup-9206@entry> References: <1218118769-sup-1369@tomsk> <1218122471-sup-9206@entry> Message-ID: <1218140167-sup-3154@tomsk> On 7.8.2008, William Morgan wrote: > > If I'm calling load_n_threads directly what do I have to do to get the > > threads in date order? > > I explicitly sort them by date before display. See ThreadIndexMode#update. > Once they're loaded I pull them out of @ts.threads and into @threads, > and sort them. Ah, that explains it :) ... and now I have sorted threads. Bit more work and this might actually be useful! Marcus