removed mismatch warning
This commit is contained in:
@@ -159,6 +159,7 @@ proc tiix_viewecho {} {
|
||||
set linkcount 0
|
||||
set linklist ""
|
||||
msgdb eval $query msg { # iterate over the list after filtering
|
||||
set msg(msgid) [string trim $msg(msgid)]
|
||||
set globalline [string repeat = 80]
|
||||
set hdrline [string repeat - 80]
|
||||
set tz ""
|
||||
@@ -170,9 +171,6 @@ proc tiix_viewecho {} {
|
||||
$textw insert end "\[$renderedts\] "
|
||||
linkinsert $textw $msg(msgid) 1
|
||||
set msg(content_id) [string trim $msg(content_id)]
|
||||
if {$msg(msgid) ne $msg(content_id)} {
|
||||
$textw insert end " (ID hash mismatch!)"
|
||||
}
|
||||
set msg(echoname) [string trim $msg(echoname)]
|
||||
set msg(msgfrom) [string trim $msg(msgfrom)]
|
||||
set msg(msgfromaddr) [string trim $msg(msgfromaddr)]
|
||||
|
||||
Reference in New Issue
Block a user