final fetch fix
This commit is contained in:
@@ -236,6 +236,7 @@ proc fetchiidb {url echos dbdir dolog} {
|
|||||||
# pass the echo list and fetch the message IDs
|
# pass the echo list and fetch the message IDs
|
||||||
# now, process the map we've built
|
# now, process the map we've built
|
||||||
dict for {echoname msgids} $echomap {
|
dict for {echoname msgids} $echomap {
|
||||||
|
if {![string match *.* $echoname]} {continue}
|
||||||
# get the existing message IDs in the echo
|
# get the existing message IDs in the echo
|
||||||
set echofile [file join $echodir $echoname]
|
set echofile [file join $echodir $echoname]
|
||||||
set oldmsgids ""
|
set oldmsgids ""
|
||||||
|
|||||||
Reference in New Issue
Block a user