The number of lines in the text the user is reading
should show up in the text header. The reason is that
it can be used to determine if the text is worth
reading (now) or not.
You may for example want to finish reading a text that
is just slightly larger than the screen, while if it's
300 lines you might want to save it for later.
This would probably be made easier with an extra field,
"nlines" or something similar, in the messages table. A
null or zero entry should give "No body" instead of "42
lines" when displaying the header.
(This one previously and mistakenly posted as a bug
report. Sorry! :-) )