mailbox-header.c revision cdc472f6e6645876c58ef8014edb0c953091ebee
/* Copyright (c) 2003-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "sort.h"
#include "mail-cache.h"
#include "mail-storage-private.h"
static struct mailbox_header_lookup_ctx *
const char *const headers[])
{
};
struct mailbox_header_lookup_ctx *ctx;
const char *const *name;
const char **sorted_headers, **dest_name;
unsigned int i, count;
count++;
/* @UNSAFE: headers need to be sorted for filter stream. */
/* @UNSAFE */
for (i = 0; i < count; i++) {
fields[i] = header_field;
}
/* @UNSAFE */
for (i = 0; i < count; i++) {
}
return ctx;
}
struct mailbox_header_lookup_ctx *
{
struct mailbox_header_lookup_ctx *ctx;
T_BEGIN {
} T_END;
return ctx;
}
{
}
{
return;
return;
}