aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-01-12 23:38:06 +0800
committerMilan Crha <mcrha@redhat.com>2011-01-12 23:38:06 +0800
commit7ed120d34462ba1425782d1f0788863974f47cac (patch)
treed583641373de28cf208970669a21d3355854c534 /mail/em-folder-tree.c
parent88e2ead0df3a7b62c59a8ffb2d50cf1cf1b884bb (diff)
downloadgsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.gz
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.bz2
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.lz
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.xz
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.tar.zst
gsoc2013-evolution-7ed120d34462ba1425782d1f0788863974f47cac.zip
Do not hide maildir accounts from UI
Diffstat (limited to 'mail/em-folder-tree.c')
-rw-r--r--mail/em-folder-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index 97de630776..62590689bb 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -3279,7 +3279,7 @@ em_folder_tree_restore_state (EMFolderTree *folder_tree,
/* Do not expand local stores in Express mode. */
if (e_shell_get_express_mode (shell)) {
expand_row &= (strncmp (uri, "vfolder", 7) != 0);
- expand_row &= (strncmp (uri, "maildir", 4) != 0);
+ expand_row &= (strncmp (uri, "maildir", 7) != 0);
}
if (expand_row) {