aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-migrate-base-dirs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix mbox-to-Maildir conversion... again.Matthew Barnes2013-03-251-0/+653
Commit ee5671fc fixed mbox-to-Maildir conversion for users upgrading from Evolution 2.32, who had already migrated to XDG Base Directories. But turns out, mbox-to-Maildir conversion was still broken for users coming from Evolution 2.30 or earlier because the logic to move files into XDG Base Directories was running *after* the conversion routine. So the conversion routine found nothing to convert, and users were left with a broken "On This Computer" mail store. This commit runs the XDG Base Directory migration first on startup, followed by the mbox-to-Maildir conversion.