diff options
Diffstat (limited to 'src/imap/cmd-lsub.c')
-rw-r--r-- | src/imap/cmd-lsub.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imap/cmd-lsub.c b/src/imap/cmd-lsub.c new file mode 100644 index 0000000..55d9b68 --- /dev/null +++ b/src/imap/cmd-lsub.c @@ -0,0 +1,9 @@ +/* Copyright (c) 2002-2018 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); +} |