diff --git a/UI/WebServerResources/js/Mailer/Mailer.app.js b/UI/WebServerResources/js/Mailer/Mailer.app.js index 5c28c1a9e..3bce4783f 100644 --- a/UI/WebServerResources/js/Mailer/Mailer.app.js +++ b/UI/WebServerResources/js/Mailer/Mailer.app.js @@ -144,7 +144,7 @@ // Try to register SOGo has an handler for mailto: links if (navigator && navigator.registerProtocolHandler) { - var mailtoURL = window.location.origin + window.ApplicationBaseURL + 'UIxMailPopupView#!/Mail/0/INBOX/new?%s'; + var mailtoURL = window.location.origin + window.ApplicationBaseURL + 'UIxMailPopupView#!/Mail/0/new?%s'; try { navigator.registerProtocolHandler('mailto', mailtoURL, 'SOGo'); }