Prevent inbox from appearing under lables. Closes #3819

This commit is contained in:
Eric Gregory 2012-02-01 12:14:14 -08:00
parent d109cbb6a3
commit a3a69d0200

View file

@ -60,6 +60,8 @@ private class Geary.GmailAccount : Geary.GenericImapAccount {
ignored_paths = new Gee.HashSet<Geary.FolderPath>(Hashable.hash_func, Equalable.equal_func);
ignored_paths.add(gmail_root);
ignored_paths.add(new Geary.FolderRoot(Imap.Account.INBOX_NAME, Imap.Account.ASSUMED_SEPARATOR,
true));
}
public override string get_user_folders_label() {