Re: Functional problem with sort in threaded order
Michael Yount <[email protected]>
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
On 20 Jan 10:08, Steven W. Orr wrote: > I wish I could help. I'm not qualified for this. But I like the idea of > using lists to implement the functionality. No way I could con^H^H^Htalk > you into doing it? I spent hours trying to figure out how to implement indenting for the index-recursive command using Mj2's formatting system, then finally decided to display the files on a level-by-level basis in the wwwadm interface to avoid the problem. As I recall, one difficulty is how to format a change of level within the hierarchy of files or messages. In HTML, that's straightforward (e.g., use <ul> to start the level and </ul> to end it), but how would you implement that for the shell and email interfaces, which use plain text? Michael