migrated tiiview and tiix to sqlite3

This commit is contained in:
Luxferre
2024-10-23 21:23:26 +03:00
parent a86bb5a0e6
commit ec47764a55
3 changed files with 47 additions and 79 deletions
+1
View File
@@ -96,6 +96,7 @@ if {$echoname eq ""} { # list the echonames
}
puts "Subj: $msg(subj)"
puts $hdrline
set msg(body) [lmap s $msg(body) {string trimright $s}]
puts "[tiiflow $msg(body) $twidth]\n\n$globalline\n"
}
}