From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pouillard@gmail.com (Nicolas Pouillard) Date: Sun, 13 Jan 2008 16:57:26 +0100 Subject: [sup-talk] [PATCH] (Double/guarded) keypress to show all threads In-Reply-To: <1200201168-sup-5812@south> References: <1200071751-sup-5552@tomsk> <1200201168-sup-5812@south> Message-ID: <1200239611-sup-4801@ausone.local> Excerpts from William Morgan's message of Sun Jan 13 06:30:16 +0100 2008: > Excerpts from Marcus Williams's message of Fri Jan 11 09:20:58 -0800 2008: > > This patch adds a multi key combination to expand the thread index > > view to all available threads. Note that this could return _a lot_ of > > threads, which is why I've used a double keypress '!!' as a guard to > > accidental usage. Its useful in conjunction with the tag all and apply > > to all commands though. > > This does make me a little nervous. Is the use case always that you want > to apply a command to all threads for a given search? If so, I wonder if > it would be better to explicitly model that, without the intermediate > process of loading all the threads. > > If we're going to have a potentially long-running activity like this > available from the UI, then I'd prefer to do it in a manner that gives > the user an indication of how long until completion, the ability to > abort, etc. > > How does gmail handle this type of thing? Or is everything so fast with > gmail that it doesn't matter? By default it occurs only seen threads (25,50,100 messages depending on configuration), but you have also a check box to apply on all the search results. Then that's indeed so fast that there's no need for a progress bar. However that's fast because operations are chosen to apply fast (add or remove labels, basically). -- Nicolas Pouillard aka Ertai