[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sylpheed
Subject:    [sylpheed:22795] Re: Manually Editing Threads
From:       Jérémy JUST <just () inapg ! inra ! fr>
Date:       2004-04-27 16:02:10
Message-ID: 20040427180210.69031562 () pascal ! infobiogen ! fr
[Download RAW message or body]

On Mon, 26 Apr 2004 20:37:06 -0400
Rapida Team <rapida@earthlink.net> wrote:

> How do you force Sylpheed to move a misfiled message to a different
> thread?

  To correct a thread-hijacking, I use this action (script follows):

/home/just/bin/deref_mail.pl '%f' &

<<<<<
#!/bin/perl -wi

use strict ;

my $headers = 1 ;

while(<>)
  {if (/^$/)
     {$headers = 0 ;
     }

   if ($headers)
     {s/^(In-[Rr]eply-[Tt]o: )/Not-$1/ ;
      s/^(References: )/No-$1/ ;
     }

   print ;
  }

exit 0 ;
>>>>>



Cheers

-- 
Jérémy JUST  <just@inapg.inra.fr>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic