A sound, if unimplementable, suggestion

Author image

Russian Foreign Minister Sergei Lavrov on Wednesday said the Arab League “could play a more important, more effective role” if Syria were to be returned to the 21-member organisation.

Speaking in Abu Dhabi on Wednesday, the Russian official said Syria is a “legitimate” member of the United Nations, yet “cannot take part in discussions inside the Arab League”.

Syria’s membership in the league was suspended in 2011 over the brutal repression of the demonstrations against the regime.

Keeping Syria out of the Arab organisation “does not help our joint efforts”, said Lavrov, whose country is a key supporter of the Damascus regime and a broker in peace efforts.

The head of the Arab League, Ahmed Aboul Gheit, who attended the press conference as well, said any decision on Syria is up to the Arab League members, but the issue is not on the organisation’s agenda for the time being, and would only be discussed when “a political settlement” of the close to six years of civil war in this Arab country is reached.

Such reasoning surely helps Arab countries wash their hands of Syria.

True, Syria was expelled from the organisation for clear reasons. In time, more criminal acts, both by government forces and by the so-called opposition, added to the initial brutality, decimating an entire nation, taking the country back to the Middle Ages, and leaving people homeless and country-less, and for that, all those guilty have to be brought to justice.

But justice is elusive as long as peace is nowhere in sight, and to arrive at peace, there is a need for the fighting parties to sit down and talk.

While Russia, Iran, Turkey and other foreign powers can have their contribution to peace talks, Arabs could help as well, and maybe more, but they will not as long as Syria is ostracised.

For the time being, it seems that Syria will be left in the care of external powers with vested interests.

The hope is that their efforts will bear fruit and, eventually, Syria will come back to the Arab fold, where it belongs.

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