Am Mon, 17 Feb 2003 22:58:10 +0100 (CET) schrieb (Michele Ravani <[EMAIL PROTECTED]>):

> On Mon, 17 Feb 2003 13:07:21 +0100 Xavier Nodet <[EMAIL PROTECTED]>
> wrote:
> 
> XN> On Sun, 16 Feb 2003 23:11:59 +0100 (CET) Michele Ravani
> XN> <[EMAIL PROTECTED]> wrote:
> 
> XN> > I can't remember (and couldn't find in the properties) if the
> XN> prefixes of
> XN> > replies which should be ignored by threading can be set.
> 
> XN> No, there is no such option.
> 
> Should one be implemented or am I the only one seeing this problem?

At least there a some traces of such an option:

This is found in wxThrDialog.cpp: 
   static const char *fieldLabels[Field_Max] =
   {
      gettext_noop("Thread messages on &server"),
      gettext_noop("Thread messages by &references only"),

#if wxUSE_REGEX
      gettext_noop("Apply this RE to simplif&y subjects"),
      gettext_noop("And &replace the matched part with"),
#else // !wxUSE_REGEX
      gettext_noop("&Remove list prefix from subjects"),
      gettext_noop("Remove list prefi&x to compare subjects to break threads"),
#endif // wxUSE_REGEX/!wxUSE_REGEX

      gettext_noop("&Gather messages with same subject"),
      gettext_noop("&Break thread when subject changes"),
      gettext_noop("&Indent messages with missing ancestor"),
   };

Are those options not active at the moment ?
(I couldn't find them in the dialog) 

Martin





-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to