cmd-logout.c revision a13729a3b2ee89e33760416ad27490c899a4cbf4
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "commands.h"
{
/* this could be done at client_disconnect() as well,
but eg. mbox rewrite takes a while so the waiting is
better to happen before "OK" message. */
MAILBOX_SYNC_FLAG_FULL) < 0) {
return TRUE;
}
}
return TRUE;
}