Expand email addresses properly when sending tree opened, tree closed notices.

git-svn-id: svn://10.0.0.236/trunk@6560 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%netscape.com
1998-07-27 21:10:16 +00:00
parent 41a83c0d74
commit cc89ce6837

View File

@@ -58,7 +58,12 @@ proc MakeHookList {} {
set people($info(person)) 1
}
return [lsort [array names people]]
set addrs {}
foreach i [array names people] {
lappend addrs [EmailFromUsername $i]
}
return $addrs
}