#! /bin/sh
# construct skein of threads from .overview index file
# current .overview fields: num, subj, from, date, msgid, refs

thread $* |
	sed 's/^\(	*\)[^	]*( *\(.*\) *)	/\1\2	/' # new style
