On 6/6/05, Alan <kplug at thebucks.net> wrote: > So I figured something didn't copy, but: > sprocket:~/Maildir$ find | wc -l > 83123 > > doc:~/Maildir$ find | wc -l > 83123 I would use cmp for this task. If cmp finds no difference, and you can open mails with your mail program, you're undoubtedly safe deleting the old maildir. -todd