mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user