From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 24 May 2008 19:39:19 -0700 Subject: [sup-talk] Flat-view anyone ? In-Reply-To: <1211411387-sup-4463@altis> References: <1211411387-sup-4463@altis> Message-ID: <1211682890-sup-658@south> Reformatted excerpts from kingshivan's message of 2008-05-21: > How hard would that be to implement a flat view for thread, instead of > the tree view ? I agree that the tree makes more sense but I sometimes > miss the chronological order shown by gmail. Not trivial but not ridiculously hard. I would add an each_by_date method to Thread, and have ThreadViewMode call that instead of Thread#each based on some configuration variable. I've added this to ditz: http://sup.rubyforge.org/ditz/issue-5795c3c1b47e88f7261f57f31d33fe15ad08465d.html -- William