summaryrefslogtreecommitdiffstats
path: root/src/imap/cmd-unsubscribe.c
blob: 1d236243270426d2b053502a268e8f2dd2988f10 (plain)
1
2
3
4
5
6
7
8
9
/* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file */

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

bool cmd_unsubscribe(struct client_command_context *cmd)
{
	return cmd_subscribe_full(cmd, FALSE);
}