Displaying 1 result from an estimated 1 matches for "client_input_add".
2011 Jun 09
1
Converting CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE to a configurable?
...d two greps so far before writing this mail, in the hope that
I can spare writing, testing and sending a patch, which will be either
rejected, or rewritten. :)
So, am I right that the following constant would be needed to be
converted into a configurable setting and the task is done?
static int
client_input_add(struct client *client, const unsigned char *data,
size_t size)
{
if (client->state.mail_data->used + size <=
CLIENT_MAIL_DATA_MAX_INMEMORY_SIZE &&
client->state.mail_data_output == NULL) {
buffer_append(client->state.mail_d...