~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002110912

1
2
3
4
5
6
7
8
9
/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */

#include "common.h"
#include "commands.h"

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