/* Copyright (c) 2005-2018 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;
};
{
} else {
}
}
}
return 0;
}
{
} else {
}
(MAILBOX_NOSELECT | MAILBOX_NONEXISTENT)) != 0)
continue;
&metadata) < 0) {
i_error("Couldn't get mailbox %s GUID: %s",
i_warning("Mailbox %s has duplicate GUID with %s: %s",
} else {
struct mailbox_guid_cache_rec, 1);
}
mailbox_free(&box);
}
if (mailbox_list_iter_deinit(&ctx) < 0)
}