finalStatus.append("Committed. Message copied to ").append(destination);
} else {
finalStatus.append("Committed. ").append(startSize).append(" messages copied to ").append(destination);
}
} else if (action == TransferHandler.MOVE) {
BrowserAction activeAction = (BrowserAction) HermesBrowser.getBrowser().getDocumentPane().getActiveDocument();
HermesBrowser.getBrowser().getActionFactory()
.createTruncateAction(activeAction.getHermes(), activeAction.getConfig(), ids, false, activeAction);
}
}
notifyStatus(finalStatus.toString());
} catch (Exception ex) {