Skip to content

Geary.ImapEngine.GenericAccount: Fix duplicate folders on first load

Michael Gratton requested to merge mjog/phantom-parent-folders into mainline

When loading an account for the first time, folders may not be processed such that parents are handled first, leading to phantom folders created for them.

This is particularly noticeable for GMail accounts, where the [GMail] folder would typically show up, since it was created twice.

Merge request reports