final fetch fix

This commit is contained in:
Luxferre
2024-10-23 18:10:33 +03:00
parent 526d96574c
commit 5c1b6570df
+1
View File
@@ -236,6 +236,7 @@ proc fetchiidb {url echos dbdir dolog} {
# pass the echo list and fetch the message IDs
# now, process the map we've built
dict for {echoname msgids} $echomap {
if {![string match *.* $echoname]} {continue}
# get the existing message IDs in the echo
set echofile [file join $echodir $echoname]
set oldmsgids ""