Login  Register

Re: Classic view seems to be OK

Posted by Hugo <Nabble> on Sep 14, 2009; 11:07pm
URL: https://support.nabble.com/subject-of-message-not-shown-in-threaded-and-list-views-tp3636715p3645597.html

This bug is very interesting. The subject isn't displayed because it ends with the subject of the parent message. See:

...
   [screen shot of the mailman options for the address @n2.nabble.com for chandler-users f1653123]
      [alternative location of screen shot of the mailman options for the address @n2.nabble.com for chandler-users f1653123]

The two bold parts are equal. When this case happens, Nabble assumes the second subject is pretty much the same as the parent one, plus some other irrelevant characters. The most common case is:

[Subject]
   [Re: Subject]
       [Re: Re: Subject]

So we don't show subjects that end with the parent subject. I know that your case is a little bit different, but we must keep this algorithm generic enough to handle most languages. For example, "Re:" is "Res:" in portuguese. So we can't parse the sentence and try to discover if the chars are relevant or not. if you want that subject to show up, please change something at the end that will make it different from the parent subject.