cmd-copy.c revision b1f57b7183fe44d7d7ba30b944d3de1f015b9253
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "commands.h"
#include "imap-search.h"
{
struct mail_search_arg *search_arg;
struct mail_search_context *search_ctx;
if (search_ctx == NULL)
return FALSE;
break;
}
}
return FALSE;
return !failed;
}
{
struct mail_storage *storage;
struct mail_copy_context *copy_ctx;
const char *messageset, *mailbox;
/* <message set> <mailbox> */
return FALSE;
if (!client_verify_open_mailbox(client))
return TRUE;
return TRUE;
/* open the destination mailbox */
return TRUE;
return TRUE;
return TRUE;
}
/* copying inside same mailbox, make sure we get the
locking right */
}
else {
}
if (failed)
else if (!all_found) {
/* some messages were expunged, sync them */
"NO Some of the requested messages no longer exist.");
} else {
else
}
return TRUE;
}