view src/imap/cmd-lsub.c @ 9219:97cdfeb57129 HEAD

Renamed headers to prevent collision if they were flattened on an install.
author Mark Washenberger
date Tue, 05 May 2009 11:57:04 -0400
parents b9faf4db2a9f
children 615eef3139c2
line wrap: on
line source

/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */

#include "imap-common.h"
#include "imap-commands.h"

bool cmd_lsub(struct client_command_context *cmd)
{
	return cmd_list_full(cmd, TRUE);
}