Thread subjects: improve visibility situation..
commit9ec8e3e391baf50bbb36fd76de0e17471a1f91ab
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Wed, 25 Dec 2013 17:59:59 +0000 (25 18:59 +0100)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Fri, 27 Dec 2013 18:17:05 +0000 (27 19:17 +0100)
tree6dc5b2a515b467ff9d516669b86e1e44de6b25b4
parent2b291cb227c94144dc720c4f8d815e7fe358630f
Thread subjects: improve visibility situation..

Until now we simply didn't repeat any Subject: in thread followup
messages, which was a bad thing when a thread has spanned several
display pages.

Try to improve this situation ALREADY TODAY by counting the number
of messages that have already been displayed in the current output
run.  Seems to work at first glance, so MUCH better would be
TODO a nice output encapsulation and the possibility to simply have
TODO a routine which says either how many messages are on the display
TODO or gives the distance to the message which is on the top of the
TODO display.

This changeset introduces a new exported print_headers() function
and instead internalizes the sofar exported printhead() one.
Move the (now) _print_head() related static utility functions to
a continuous block etc. etc.
cmd1.c
extern.h
lex.c
main.c