Prevent inbox from appearing under lables. Closes #3819
This commit is contained in:
parent
d109cbb6a3
commit
a3a69d0200
1 changed files with 2 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue