Skip to content

Commit

Permalink
lib-storage: mailbox-list-none - use MAILBOX_LIST_PROP_NO_LIST_INDEX …
Browse files Browse the repository at this point in the history
…flag
  • Loading branch information
cmouse authored and Timo Sirainen committed Nov 15, 2017
1 parent ba0b86c commit 9d41eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-storage/list/mailbox-list-none.c
Expand Up @@ -24,6 +24,7 @@ static struct mailbox_list *none_list_alloc(void)

list = p_new(pool, struct mailbox_list, 1);
*list = none_mailbox_list;
list->props = MAILBOX_LIST_PROP_NO_LIST_INDEX;
list->pool = pool;
return list;
}
Expand Down

0 comments on commit 9d41eb0

Please sign in to comment.