![]()
From: Tobias Weber (towb@celvina.de)
Date: Sat Jul 19 2003 - 10:07:53 CDT
Hi,
resending this just in case. Don't know whether it got through. Quoting
myself ;-)
>> where it should be <. But you already know that. Some pages got a new
>> [Replies] link but nothing it could point to?
I looked into this. The <a href=#replies> at the top of a message page is
printed if(set_showreplies). But the corresponding <li><a name=replies> is
inside if(set_show_msg_links && set_show_msg_links != loc_cmp) with
loc_cmp=(pos == PAGE_BOTTOM ? 3 : 4).
So if the config looks like...
showreplies = On
show_msg_links = 3
...we get a useless and confusing link at the top. Fixme.
>> Also the German locale needs to be updated. If Martin Schulze is unavailable
>> I could write sth up, it's less than 20 expressions.
I translated all new messages that are used with my config. More would
require test cases, as I have to see the complete page to determine the
expression to use. Sorry, no time to construct them.
diff -uNr against hypermail-2.1.8/src/lang.h from the release is attached.
-- Tobias Weber
![]()