Poland far-right leader congratulates nationalist on presidency win

Poland far-right leader congratulates nationalist on presidency win
Karol Nawrocki, candidate for the 2025 Polish presidential election supported by Poland's right-wing Law and Justice party, flashes the victory sign in front of supporters as exit polls were announced on tv during their election night event at the Mala Warszawa Theatre in Warsaw, Poland, during the second round of the presidential elections on June 1, 2025 (AFP photo)

WARSAW — Polish far-right leader Slawomir Mentzen on Monday congratulated nationalist Karol Nawrocki on winning the country's presidential election, and said his supporters expected him to prioritise Poland's interests above neighbouring Ukraine's.

"Congratulations to President-elect Karol Nawrocki!" said Mentzen, urging him to remember the far-right Confederation party supporters who voted for him in Sunday's runoff. He said they expected Nawrocki to "not put Ukraine's interests on a par with ours".

Confederation co-leader Mentzen, a eurosceptic who is against abortion and migration, scored nearly 15 percent of votes in round one of the election and came in third.

He then took on the role of kingmaker and invited the runoff candidates to join him for separate interviews and to sign an eight-point pledge.

They both appeared but only Nawrocki approved the declaration, pledging not to sign any legislation that would raise taxes, ratify Ukraine's potential NATO membership or limit free speech.

"I am more critical of Ukraine" than outgoing President Andrzej Duda, Nawrocki told Mentzen at the time.

Mentzen told Nawrocki on Monday: "I am really counting on you not forgetting those millions of voters who did not vote for you in the first round but did yesterday. These people wanted change."

"They wanted something to finally change in Poland," he said on X.

Many far-right voters had said they were dissatisfied that for years Poland has been dominated by two political groups: the ruling Civic Coalition that supported Trzaskowski and the right-wing Law and Justice party that backed Nawrocki.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });