details+=i18n("<p>The sender's address %1 is not stored in the certificate. Stored: %2</p>",info.informativeSender.prettyAddress(),format(info.signerMailboxes()).join(i18nc("separator for a list of e-mail addresses",", ")));
throwException(gpg_error(GPG_ERR_NOTHING_FOUND),i18n("Could not determine whether this is an S/MIME or an OpenPGP signature/ciphertext - maybe it is neither ciphertext nor a signature?"),Exception::MessageOnly);
throwException(gpg_error(GPG_ERR_NOTHING_FOUND),i18n("Could not determine whether this was S/MIME- or OpenPGP-encrypted - maybe it is not ciphertext at all?"),Exception::MessageOnly);
throwException(gpg_error(GPG_ERR_NOTHING_FOUND),i18n("Could not determine whether this is an S/MIME or an OpenPGP signature - maybe it is not a signature at all?"),Exception::MessageOnly);
throwException(gpg_error(GPG_ERR_NOTHING_FOUND),i18n("Could not determine whether this is an S/MIME or an OpenPGP signature - maybe it is not a signature at all?"),Exception::MessageOnly);