Since you have new mail that is not contained in the backup, you can't just untar the backup over ~/evolution ...
I presume you're using the default mbox format, maildir wouldn't have this problem, you could just untar ontop. So, just untar it to another location, then prepend the mailbox data into each specific mailbox, and remove the summary files. e.g. untar to backup/evolution To recover your combined inbox: cat backup/evolution/local/Inbox/mbox evolution/local/Inbox/mbox > evolution/local/Inbox/mbox.new mv evolution/local/Inbox/mbox.new evolution/local/Inbox/mbox rm evolution/local/Inbox/mbox.ev-summary Repeat for all mailboxes. Might be a good idea to backup the new stuff first just incase, too. Then restart evo and it will re-summarise/re-index the mailbox with the old stuff properly at the start of the mailbox On Sat, 2003-09-06 at 00:45, Thinker wrote: > Hello All, > > About a month ago I backed up my evolution folder in my home directory > onto a CDR. I have since reinstalled SuSE 8.2 on my machine and I would > like to copy my old email messages from that CDR onto my newly installed > and functioning evolution. > > What is the best way to do this. > > > Thanks > > -=Thinker > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/evolution _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
