diff --git a/dev/App/User.js b/dev/App/User.js index ab77dad53..46797eb6b 100644 --- a/dev/App/User.js +++ b/dev/App/User.js @@ -147,7 +147,6 @@ export class AppUser extends AbstractApp { } logout() { - localStorage.removeItem('register_protocol_offered'); Remote.request('Logout', () => rl.logoutReload(Settings.app('customLogoutLink'))); } @@ -222,17 +221,6 @@ export class AppUser extends AbstractApp { SMimeUserStore.loadCertificates(); setTimeout(() => mailToHelper(SettingsGet('mailToEmail')), 500); - - if (!localStorage.getItem('register_protocol_offered')) { - console.log('register mailto protocol'); - navigator.registerProtocolHandler?.( - 'mailto', - location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s', - (SettingsGet('title') || 'SnappyMail') - ); - localStorage.setItem('register_protocol_offered', '1'); - } - } else { this.logout(); } diff --git a/dev/Settings/User/General.js b/dev/Settings/User/General.js index 142996d0f..6add8700f 100644 --- a/dev/Settings/User/General.js +++ b/dev/Settings/User/General.js @@ -30,6 +30,8 @@ export class UserSettingsGeneral extends AbstractViewSettings { constructor() { super(); + this.mailto = ko.observable(!!navigator.registerProtocolHandler); + this.language = LanguageStore.language; this.languages = LanguageStore.languages; this.hourCycle = LanguageStore.hourCycle; @@ -181,4 +183,14 @@ export class UserSettingsGeneral extends AbstractViewSettings { selectLanguage() { showScreenPopup(LanguagesPopupView, [this.language, this.languages(), LanguageStore.userLanguage()]); } + + registerMailto() { + navigator.registerProtocolHandler( + 'mailto', + location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s', + (SettingsGet('title') || 'SnappyMail') + ); + alert(i18n('GLOBAL/DONE')); + this.mailto(0); + } } diff --git a/snappymail/v/0.0.0/app/localization/ar/user.json b/snappymail/v/0.0.0/app/localization/ar/user.json index 7ccec90e6..f42a2220a 100644 --- a/snappymail/v/0.0.0/app/localization/ar/user.json +++ b/snappymail/v/0.0.0/app/localization/ar/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "قم باضافة المستلمين تلقائيا الى دفتر العناوين", diff --git a/snappymail/v/0.0.0/app/localization/be/user.json b/snappymail/v/0.0.0/app/localization/be/user.json index 74deabbe3..265e4dc6d 100644 --- a/snappymail/v/0.0.0/app/localization/be/user.json +++ b/snappymail/v/0.0.0/app/localization/be/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Белы спіс альбо запытваць", "IMAGES_OPTION_ALWAYS": "Показваць заўсёды", "IMAGES_WHITELIST": "Фарматы з белага спісу", - "MESSAGE_POPUP_WINDOW": "Усплываючае вакно ў новым вакне замест карткі" + "MESSAGE_POPUP_WINDOW": "Усплываючае вакно ў новым вакне замест карткі", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Аўтаматычна дадаваць атрымальнікаў лістоў у адрасную кнігу", diff --git a/snappymail/v/0.0.0/app/localization/bg/user.json b/snappymail/v/0.0.0/app/localization/bg/user.json index 95ac26304..3173bb5dd 100644 --- a/snappymail/v/0.0.0/app/localization/bg/user.json +++ b/snappymail/v/0.0.0/app/localization/bg/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Автоматично добавяне на получателите към адресната ви книга", diff --git a/snappymail/v/0.0.0/app/localization/cs/user.json b/snappymail/v/0.0.0/app/localization/cs/user.json index 56c665313..764fd305f 100644 --- a/snappymail/v/0.0.0/app/localization/cs/user.json +++ b/snappymail/v/0.0.0/app/localization/cs/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automaticky přidávat adresy příjemců do Adresáře", diff --git a/snappymail/v/0.0.0/app/localization/da/user.json b/snappymail/v/0.0.0/app/localization/da/user.json index a3bc88c5a..d9afd510a 100644 --- a/snappymail/v/0.0.0/app/localization/da/user.json +++ b/snappymail/v/0.0.0/app/localization/da/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Tilføj automatisk modtager til adressebog", diff --git a/snappymail/v/0.0.0/app/localization/de/user.json b/snappymail/v/0.0.0/app/localization/de/user.json index cb05ff115..7f6b9e518 100644 --- a/snappymail/v/0.0.0/app/localization/de/user.json +++ b/snappymail/v/0.0.0/app/localization/de/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Nutze Ausnahmeliste oder frage den Benutzer", "IMAGES_OPTION_ALWAYS": "Immer anzeigen", "IMAGES_WHITELIST": "Ausnahmeliste für Bilder", - "MESSAGE_POPUP_WINDOW": "In neuem Fenster statt Tab anzeigen" + "MESSAGE_POPUP_WINDOW": "In neuem Fenster statt Tab anzeigen", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Empfänger automatisch zu Ihrem Adressbuch hinzuzufügen", diff --git a/snappymail/v/0.0.0/app/localization/el/user.json b/snappymail/v/0.0.0/app/localization/el/user.json index 8db9cd7ae..7dac383e6 100644 --- a/snappymail/v/0.0.0/app/localization/el/user.json +++ b/snappymail/v/0.0.0/app/localization/el/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Αυτόματη προσθήκη επαφών στον κατάλογο διευθύνσεων", diff --git a/snappymail/v/0.0.0/app/localization/en/user.json b/snappymail/v/0.0.0/app/localization/en/user.json index 89bd4103d..a5e2000ba 100644 --- a/snappymail/v/0.0.0/app/localization/en/user.json +++ b/snappymail/v/0.0.0/app/localization/en/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automatically add recipients to your address book", diff --git a/snappymail/v/0.0.0/app/localization/es/user.json b/snappymail/v/0.0.0/app/localization/es/user.json index 12a543ade..52843b33c 100644 --- a/snappymail/v/0.0.0/app/localization/es/user.json +++ b/snappymail/v/0.0.0/app/localization/es/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Lista blanca o preguntar", "IMAGES_OPTION_ALWAYS": "Mostrar siempre", "IMAGES_WHITELIST": "Lista blanca de imágenes", - "MESSAGE_POPUP_WINDOW": "Popup en nueva ventana en lugar de pestaña" + "MESSAGE_POPUP_WINDOW": "Popup en nueva ventana en lugar de pestaña", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Agregar automáticamente destinatarios a la libreta de direcciones", diff --git a/snappymail/v/0.0.0/app/localization/et/user.json b/snappymail/v/0.0.0/app/localization/et/user.json index 2d41c2fdf..a4ca7d3c9 100644 --- a/snappymail/v/0.0.0/app/localization/et/user.json +++ b/snappymail/v/0.0.0/app/localization/et/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Lisa saajad automaatselt aadressiraamatusse", diff --git a/snappymail/v/0.0.0/app/localization/eu/user.json b/snappymail/v/0.0.0/app/localization/eu/user.json index 3882767ab..231258ca2 100644 --- a/snappymail/v/0.0.0/app/localization/eu/user.json +++ b/snappymail/v/0.0.0/app/localization/eu/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automatikoki gehitu hartzaileak helbide-liburura", diff --git a/snappymail/v/0.0.0/app/localization/fa/user.json b/snappymail/v/0.0.0/app/localization/fa/user.json index 966a4e3a1..1b99c8c82 100644 --- a/snappymail/v/0.0.0/app/localization/fa/user.json +++ b/snappymail/v/0.0.0/app/localization/fa/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "اطلاعات تماس گیرندگان را بصورت خودکار در آدرس‌بوک ذخیره کن", diff --git a/snappymail/v/0.0.0/app/localization/fi/user.json b/snappymail/v/0.0.0/app/localization/fi/user.json index d5e17a1d7..321660174 100644 --- a/snappymail/v/0.0.0/app/localization/fi/user.json +++ b/snappymail/v/0.0.0/app/localization/fi/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Lisää yhetystieto automaattisesti osoitekirjaan", diff --git a/snappymail/v/0.0.0/app/localization/fr/user.json b/snappymail/v/0.0.0/app/localization/fr/user.json index aa7846f36..b13f08225 100644 --- a/snappymail/v/0.0.0/app/localization/fr/user.json +++ b/snappymail/v/0.0.0/app/localization/fr/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Ajouter à la liste blanche ou demander", "IMAGES_OPTION_ALWAYS": "Toujours afficher", "IMAGES_WHITELIST": "Liste blanche Images", - "MESSAGE_POPUP_WINDOW": "Popup dans une nouvelle fenêtre au lieu d'un onglet" + "MESSAGE_POPUP_WINDOW": "Popup dans une nouvelle fenêtre au lieu d'un onglet", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Ajouter automatiquement les destinataires à votre carnet d'adresses", diff --git a/snappymail/v/0.0.0/app/localization/hu/user.json b/snappymail/v/0.0.0/app/localization/hu/user.json index 9aed3f8d1..8d68d831f 100644 --- a/snappymail/v/0.0.0/app/localization/hu/user.json +++ b/snappymail/v/0.0.0/app/localization/hu/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Címzettek automatikus hozzáadása a címtárhoz", diff --git a/snappymail/v/0.0.0/app/localization/id/user.json b/snappymail/v/0.0.0/app/localization/id/user.json index bf4c36395..b511378f2 100644 --- a/snappymail/v/0.0.0/app/localization/id/user.json +++ b/snappymail/v/0.0.0/app/localization/id/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Tambah penerima ke daftar alamat secara otomatis", diff --git a/snappymail/v/0.0.0/app/localization/is/user.json b/snappymail/v/0.0.0/app/localization/is/user.json index 9820f5a6a..1a63698f7 100644 --- a/snappymail/v/0.0.0/app/localization/is/user.json +++ b/snappymail/v/0.0.0/app/localization/is/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Bæta viðtakendum sjálfkrafa í nafnaskrá", diff --git a/snappymail/v/0.0.0/app/localization/it/user.json b/snappymail/v/0.0.0/app/localization/it/user.json index d52cd2b40..e97e1f67e 100644 --- a/snappymail/v/0.0.0/app/localization/it/user.json +++ b/snappymail/v/0.0.0/app/localization/it/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Usa whitelist o chiedi", "IMAGES_OPTION_ALWAYS": "Visualizza sempre", "IMAGES_WHITELIST": "Whitelist per immagini", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Aggiungi automaticamente le persone che ti inviano mail alla rubrica", diff --git a/snappymail/v/0.0.0/app/localization/ja/user.json b/snappymail/v/0.0.0/app/localization/ja/user.json index d0dd1a596..665da0a3b 100644 --- a/snappymail/v/0.0.0/app/localization/ja/user.json +++ b/snappymail/v/0.0.0/app/localization/ja/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "返信したアドレスをアドレス帳へ自動的に追加する", diff --git a/snappymail/v/0.0.0/app/localization/ko/user.json b/snappymail/v/0.0.0/app/localization/ko/user.json index 442e0564e..943c96f26 100644 --- a/snappymail/v/0.0.0/app/localization/ko/user.json +++ b/snappymail/v/0.0.0/app/localization/ko/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "수신인을 주소록에 자동으로 추가", diff --git a/snappymail/v/0.0.0/app/localization/lt/user.json b/snappymail/v/0.0.0/app/localization/lt/user.json index 5ada7a3e1..0159287fc 100644 --- a/snappymail/v/0.0.0/app/localization/lt/user.json +++ b/snappymail/v/0.0.0/app/localization/lt/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automatiškai pridėti gavėjus į adresų knygą", diff --git a/snappymail/v/0.0.0/app/localization/lv/user.json b/snappymail/v/0.0.0/app/localization/lv/user.json index 6dd047c87..254dc075e 100644 --- a/snappymail/v/0.0.0/app/localization/lv/user.json +++ b/snappymail/v/0.0.0/app/localization/lv/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automatically add recipients to your address book", diff --git a/snappymail/v/0.0.0/app/localization/nb/user.json b/snappymail/v/0.0.0/app/localization/nb/user.json index bae63fbb9..042642d2c 100644 --- a/snappymail/v/0.0.0/app/localization/nb/user.json +++ b/snappymail/v/0.0.0/app/localization/nb/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Legg til mottakere i adresseboka automatisk", diff --git a/snappymail/v/0.0.0/app/localization/nl/user.json b/snappymail/v/0.0.0/app/localization/nl/user.json index 491f16b00..8d89f1142 100644 --- a/snappymail/v/0.0.0/app/localization/nl/user.json +++ b/snappymail/v/0.0.0/app/localization/nl/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist of vragen", "IMAGES_OPTION_ALWAYS": "Altijd tonen", "IMAGES_WHITELIST": "Afbeeldingen whitelist", - "MESSAGE_POPUP_WINDOW": "Openen in een nieuw venster i.p.v. tab" + "MESSAGE_POPUP_WINDOW": "Openen in een nieuw venster i.p.v. tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automatisch ontvangers toevoegen aan uw adresboek", diff --git a/snappymail/v/0.0.0/app/localization/pl/user.json b/snappymail/v/0.0.0/app/localization/pl/user.json index 1af1c70aa..9fb9952f2 100644 --- a/snappymail/v/0.0.0/app/localization/pl/user.json +++ b/snappymail/v/0.0.0/app/localization/pl/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Dodaj do białej listy lub pytaj", "IMAGES_OPTION_ALWAYS": "Zawsze pokazuj", "IMAGES_WHITELIST": "Biała lista obrazów", - "MESSAGE_POPUP_WINDOW": "Pokaż w nowym oknie zamiast w nowej karcie" + "MESSAGE_POPUP_WINDOW": "Pokaż w nowym oknie zamiast w nowej karcie", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automatycznie dodawaj odbiorców do książki adresowej", diff --git a/snappymail/v/0.0.0/app/localization/pt-BR/user.json b/snappymail/v/0.0.0/app/localization/pt-BR/user.json index ad4a24242..65b648f2d 100644 --- a/snappymail/v/0.0.0/app/localization/pt-BR/user.json +++ b/snappymail/v/0.0.0/app/localization/pt-BR/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Adicionar automaticamente os destinatários na lista de endereços", diff --git a/snappymail/v/0.0.0/app/localization/pt/user.json b/snappymail/v/0.0.0/app/localization/pt/user.json index 1f8dd0f82..91b30bda6 100644 --- a/snappymail/v/0.0.0/app/localization/pt/user.json +++ b/snappymail/v/0.0.0/app/localization/pt/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Lista Branca ou perguntar", "IMAGES_OPTION_ALWAYS": "Mostrar sempre", "IMAGES_WHITELIST": "Lista Branca de imagens", - "MESSAGE_POPUP_WINDOW": "Abrir em nova janela em vez de um separador" + "MESSAGE_POPUP_WINDOW": "Abrir em nova janela em vez de um separador", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Adicionar destinatários automaticamente à sua lista de endereços", diff --git a/snappymail/v/0.0.0/app/localization/ro/user.json b/snappymail/v/0.0.0/app/localization/ro/user.json index 4c212c103..b3879e464 100644 --- a/snappymail/v/0.0.0/app/localization/ro/user.json +++ b/snappymail/v/0.0.0/app/localization/ro/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Adaugă automat destinatarii la agenda de scrisori", diff --git a/snappymail/v/0.0.0/app/localization/ru/user.json b/snappymail/v/0.0.0/app/localization/ru/user.json index 9301ec2dd..095085360 100644 --- a/snappymail/v/0.0.0/app/localization/ru/user.json +++ b/snappymail/v/0.0.0/app/localization/ru/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Белый список или спрашивать", "IMAGES_OPTION_ALWAYS": "Показать всегда", "IMAGES_WHITELIST": "Форматы из белого списка", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Автоматически добавлять получателей писем в адресную книгу", diff --git a/snappymail/v/0.0.0/app/localization/sk/user.json b/snappymail/v/0.0.0/app/localization/sk/user.json index cb3de6cce..4a52ae5a9 100644 --- a/snappymail/v/0.0.0/app/localization/sk/user.json +++ b/snappymail/v/0.0.0/app/localization/sk/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Automaticky pridávať príjemcov správ do Adresára", diff --git a/snappymail/v/0.0.0/app/localization/sl/user.json b/snappymail/v/0.0.0/app/localization/sl/user.json index 1631a1945..7de610f40 100644 --- a/snappymail/v/0.0.0/app/localization/sl/user.json +++ b/snappymail/v/0.0.0/app/localization/sl/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Samodejno dodaj prejemnike v imenik", diff --git a/snappymail/v/0.0.0/app/localization/sv/user.json b/snappymail/v/0.0.0/app/localization/sv/user.json index 87cc314a8..ef9eda918 100644 --- a/snappymail/v/0.0.0/app/localization/sv/user.json +++ b/snappymail/v/0.0.0/app/localization/sv/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Lägg till mottagare automatiskt i din adressbok", diff --git a/snappymail/v/0.0.0/app/localization/tr/user.json b/snappymail/v/0.0.0/app/localization/tr/user.json index 4e5a74b2a..f00fc1d44 100644 --- a/snappymail/v/0.0.0/app/localization/tr/user.json +++ b/snappymail/v/0.0.0/app/localization/tr/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Otomatik olarak adres defterinize alıcıyı ekle", diff --git a/snappymail/v/0.0.0/app/localization/uk/user.json b/snappymail/v/0.0.0/app/localization/uk/user.json index 4ba59886c..019af9645 100644 --- a/snappymail/v/0.0.0/app/localization/uk/user.json +++ b/snappymail/v/0.0.0/app/localization/uk/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Автоматично додавати отримувачів у адресну книгу", diff --git a/snappymail/v/0.0.0/app/localization/vi/user.json b/snappymail/v/0.0.0/app/localization/vi/user.json index fb1ad4de0..ec474618e 100644 --- a/snappymail/v/0.0.0/app/localization/vi/user.json +++ b/snappymail/v/0.0.0/app/localization/vi/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "Whitelist or ask", "IMAGES_OPTION_ALWAYS": "Show always", "IMAGES_WHITELIST": "Images whitelist", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "Tự động thêm người nhận thư vào sổ địa chỉ của bạn", diff --git a/snappymail/v/0.0.0/app/localization/zh-TW/user.json b/snappymail/v/0.0.0/app/localization/zh-TW/user.json index 9d7899dbc..c483aca69 100644 --- a/snappymail/v/0.0.0/app/localization/zh-TW/user.json +++ b/snappymail/v/0.0.0/app/localization/zh-TW/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "白名單或詢問", "IMAGES_OPTION_ALWAYS": "永遠顯示", "IMAGES_WHITELIST": "圖片白名單", - "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab" + "MESSAGE_POPUP_WINDOW": "Popup in new window instead of tab", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "自動新增收件者至通訊錄", diff --git a/snappymail/v/0.0.0/app/localization/zh/user.json b/snappymail/v/0.0.0/app/localization/zh/user.json index 56fbcf33a..b89e1d799 100644 --- a/snappymail/v/0.0.0/app/localization/zh/user.json +++ b/snappymail/v/0.0.0/app/localization/zh/user.json @@ -489,7 +489,8 @@ "IMAGES_OPTION_WHITELIST": "白名单或询问", "IMAGES_OPTION_ALWAYS": "总是显示", "IMAGES_WHITELIST": "图片白名单", - "MESSAGE_POPUP_WINDOW": "弹出页面使用新窗口代替新选项卡" + "MESSAGE_POPUP_WINDOW": "弹出页面使用新窗口代替新选项卡", + "MAILTO": "Register as 'mailto:' links handler" }, "SETTINGS_CONTACTS": { "LABEL_CONTACTS_AUTOSAVE": "自动添加到您的地址簿", diff --git a/snappymail/v/0.0.0/app/templates/Views/User/SettingsGeneral.html b/snappymail/v/0.0.0/app/templates/Views/User/SettingsGeneral.html index 6506bb815..4d8d60b3c 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/SettingsGeneral.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/SettingsGeneral.html @@ -191,6 +191,8 @@ + +