Re: threading with [listname] lists

1999-03-16 Thread Anonymous
On Mon, Mar 15, 1999 at 07:33:53PM -0500, Nathan Treadway wrote: > First off, I've tried to look for this answer in the mailing list > archives but have found that www.findmail.com (following the link from > http://www.mutt.org/) hasn't been responding for a couple of days. > If someone can poin

Re: threading with [listname] lists

1999-03-16 Thread Anonymous
On Mon, Mar 15, 1999, Nathan Treadway ([EMAIL PROTECTED]) said: | | I am subscribed to a couple of mailing lists that put the list name in | square brackets at the beginning of the Subject, as in | Subject: [mylist] My problem | and then followup messages with | Subject: [mylist] RE: My proble

Re: threading with [listname] lists

1999-03-16 Thread Anonymous
Brandon Long [[EMAIL PROTECTED]] wrote: > Also, can some one update the link to www.egroups.com instead? It's taken care of in the updated pages... I wanted to put those up last week but life got busy. I should be able to get to it this week. -- Jeremy Blosser | [EMAIL PROTECTED] | htt

Re: threading with [listname] lists

1999-03-15 Thread Anonymous
On 03/15/99 Nathan Treadway uttered the following other thing: > First off, I've tried to look for this answer in the mailing list > archives but have found that www.findmail.com (following the link from > http://www.mutt.org/) hasn't been responding for a couple of days. > If someone can point

Re: threading with [listname] lists

1999-03-15 Thread Anonymous
Try: set reply_regexp="^((re:|\\[mylist\\])[ \t]*)+" This will of course lose you the advantage of the sort_re variable, since in terms of pseudo-threading, mutt will think everything is a reply. This might make messages that have the same subject but are actually not really in the same thread g

Re: threading with [listname] lists

1999-03-15 Thread Anonymous
Nathan Treadway wrote: > Has anyone else solved this problem? My reply_regexp is ^((\[[-[:alnum:]_:/]+\]|([A-Z]|[0-9][A-Z])[-[:alnum:]_:/]+:)[ \t]*)*(re|aw|wg|be|Re|Aw|Wg|Be|RE|AW|WG|BE):[ \t]* which seem to work on lists which have subjects like "Re: [listname] subject", but I haven't tested

threading with [listname] lists

1999-03-15 Thread Anonymous
First off, I've tried to look for this answer in the mailing list archives but have found that www.findmail.com (following the link from http://www.mutt.org/) hasn't been responding for a couple of days. If someone can point me to another archive site that I could search I'd be happy to do that.