_mailman_lists()
{
	COMPREPLY=( $( list_lists -b | grep "^$cur") )
}
