try to pipe every mail on the server to procmail, like

#!/bin/sh
for i in `ls ` do
cat $i | procmail
done

this will re-deliver every mail.
set your procmail up first -:)

felix

Patrick Marquetecken wrote:

> Hi,
> 
> I ask this on this group because i had no anser at the sylpheed group.
> 
> I would like to move my Mail folder (maildir format) to the server.
> I'm using fetchmail, postfix, procmail so it is possible to run this on
> the server as well, specially while i'm going to extent it in the future
> for mail for other persons also. (i will come back on this, because there
> are also windows users involved)
> 
> Can i just move the folder containing all my mails to the server, delete
> the .sylpheed-claws folder, so when i startup the program it will ask me
> where the location must be of the mail folder? Its because i have a lot of
> mail and don't wanna lose it.
> 
> Patrick
>  








-- 
Felix Kurth
pgp public key: http://www.fkurth.de/keys/felix.fkurth.asc
key fingerprint: D401 DCF8 2BF8 50DF 2FAD 8136 C29B 83EE C0A1 F2AD

--
[EMAIL PROTECTED] mailing list

Reply via email to