3 Dec
2010
3 Dec
'10
6:40 p.m.
On Dec 3, 2010, at 11:20 AM, Timo Sirainen wrote:
On 3.12.2010, at 13.31, donovan jeffrey j wrote:
so i can just take the files from /cur and copy them into the other directory ?
like
cd /Volumes/x/var/spool/imap/dovecot/9EE12CA8-CC7B-4889-ABBA-525E5D522831/cur
cp -Rf * /Volumes/x/var/spool/imap/dovecot/330CE746-6F8D-4708-8877-A97FAFB9AAD/cur
Yes.
what a bout syncing or index do I have to do anything like a restart or will dovecot pickup on the fly?
Dovecot picks them up automatically.
thanks
there was a little change perms that i needed to do, the cp made the owner of *.files root :) a mv should have been my choice but I did not want to risk loosing to some index land. thanks for your help. -j