mailbox-guid-cache.c revision 4c0aff96fc7e6d779be43458f96cbf015849a3de
/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop.h"
#include "hash.h"
#include "mail-storage.h"
#include "mailbox-list-private.h"
#include "mailbox-guid-cache.h"
struct mailbox_guid_cache_rec {
const char *vname;
};
{
const struct mailbox_guid_cache_rec *rec;
} else {
}
}
}
return 0;
}
{
struct mailbox_list_iterate_context *ctx;
const struct mailbox_info *info;
struct mailbox_metadata metadata;
struct mailbox_guid_cache_rec *rec;
} else {
}
(MAILBOX_NOSELECT | MAILBOX_NONEXISTENT)) != 0)
continue;
&metadata) < 0) {
i_error("Couldn't get mailbox %s GUID: %s",
} else {
struct mailbox_guid_cache_rec, 1);
}
mailbox_free(&box);
}
if (mailbox_list_iter_deinit(&ctx) < 0)
}