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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user