txtMark.setHidden(txtMark.isHidden());does not set anything. Because txtMark.isHidden() would be false for a newly created file.
txtMark.setHidden(true) would be correct. TilmanPS: use "reply to list" instead of "reply". This is a new flaw, oops, feature of thunderbird. There is also an icon that you can set.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

