зеркало из https://github.com/mozilla/pjs.git
Expand email addresses properly when sending tree opened, tree closed notices.
This commit is contained in:
Родитель
a591826942
Коммит
084933821d
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче