Comment 3 for bug 802836

Revision history for this message
Matthias Gehre (m-gehre) wrote :

Please try to replace
at the beginning of
the processMail function the line
mid = mail.get('message-id')
with
mid = getMID(mail.get('message-id'))

If the error is already happening, then the 'labels' file in your backup-directory is broken
and you will have to rerun once with incremental = false. Afterwards the fix above should
keep the error from happening again.

Can you confirm that this works?