else if (attachments.size() == 1) {
separate = false;
attachmentMenu.add(new Separator());
CopyLinkAction action = new CopyLinkAction();
action.setIgnoreActiveSelection(true);
action.selectionChanged(action, new StructuredSelection(attachments.iterator().next().getFirst()));
attachmentMenu.add(action);
}
/* Offer to Automize Downloading */
if (separate)