Abbas receives Israeli delegation at Ramallah

Palestinian demonstrators and Israeli activists, from the Combatants for Peace movement, attend a demonstration against Israeli land confiscation and the cutting of water supply for Palestinian villages, in the southern area of the West bank town of Hebron, on Saturday (AFP photo)

RAMALLAH, Palestine — Palestinian President Mahmoud Abbas met an Israeli government delegation in Ramallah on Sunday evening, the second meeting between the two sides in a month, said sources on both sides.

Abbas received Israel's Health Minister Nitzan Horowitz, Regional Cooperation Minister Issawi Freij and deputy Michal Rozin, all from the left-wing Meretz Party, part of the ruling coalition.

"The president underlined the importance of ending the Israeli occupation and achieving a just and global peace conforming to international resolutions," the territory's official news agency WAFA reported.

Abbas also stressed the need to put an end to the settlements, and to end the expulsion of Palestinian families from different parts of East Jerusalem, WAFA added.

The Meretz members reiterated their support for a two-state solution to the conflict, for an independent Palestinian state and the need to build trust between the two sides.

"We have a common mission," Horowitz wrote later on Twitter. "To maintain the hope of a peace founded on the two-state solution." The tweet included a photo of him standing with Abbas.

Meretz leader Horowitz has been harshly criticised by the right in Israel for his meetings with Abbas.

In late August, Israeli Defence Minister Benny Gantz visited the Palestinian Authority's headquarters for talks with Abbas, the first such official meeting at this level in several years.

But after those talks, Israel’s Prime Minister Naftali Bennett said that there was no peace process ongoing with the Palestinians, “and there won’t be one”.

Sunday’s meeting happened as leaders of the Hamas movement, which controls the Gaza Strip, held talks in the Egyptian capital Cairo over a possible exchange of prisoners with Israel.

Addressing the UN General Assembly last month, Abbas on September 24 gave Israel one year to withdraw from occupied territory, failing which he would no longer recognise the Jewish state based on pre-1967 borders.

.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'); }); }); });