trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: October 2011

Re: [trinity-users] Restoring KMail files and directories.

From: Werner Joss <werner@...>
Date: Sun, 30 Oct 2011 17:03:26 +0100
On Sunday 30 October 2011 16:46:07 Lisi Reisz wrote:
> So, alternatively, is there some way I could tidy up the "corrupted" copy?

if you still have the folder containing your emails (mine is 
~/.trinity/share/apps/kmail/dimap, might be somewhere else for you),
it should be ok to delete the (corrupted) index files:

cd <your email folder>
rm -rf *.index

kmail should be able to recreate the indices from there.
note: this applies if your mails are in a maildir-format structure,
mbox will need other procedure (not sure, which).

HTH
werner