}
private void handleFirstArchive() {
/* Inform the user about archive feature */
ArchiveNewsDialog dialog = new ArchiveNewsDialog(OwlUI.getActiveShell());
int res = dialog.open();
/* Check for Cancellation */
if (res == IDialogConstants.CANCEL_ID)
return;