From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 06 Nov 2007 18:09:46 -0800 Subject: [sup-talk] [PATCH] Show unread message count in thread index In-Reply-To: <1194256715-sup-4315@lankhmar> References: <1194256715-sup-4315@lankhmar> Message-ID: <1194400626-sup-6556@south> Hi Colin, Excerpts from Colin Bell's message of Mon Nov 05 02:01:31 -0800 2007: > This patch shows the unread message count in the thread index as well > as the total number of messages in the thread. I personally don't like this, because I feel like it clutters up index-mode. But I'd like people to be able to do this sort of thing. How about an "index-mode-widget" hook instead, that lets you replace the "(###)" with any string you want, based on the thread? (And if the return value is nil, use the current thread.size string.) You'll have to scan over them twice to get the sizing right, but it shouldn't be too bad of a patch... -- William