This is just some static backup of the original site, don't expect every link to work!

Changeset e4b836


Ignore:
Timestamp:
Sep 10, 2018, 5:17:24 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
61e3f4
Parents:
00c79a
Message:

removed reply-to-self option

Files:
1 deleted
20 edited

Legend:

Unmodified
Added
Removed
  • content/prefDialog/vI_prefDialog.js

    r00c79a re4b836  
    160160          "VIdent_identity.idSelection_autocreate",
    161161          "VIdent_identity.idSelection_preferExisting",
    162           "VIdent_identity.idSelection_ignoreIDs",
    163           "VIdent_identity.autoReplyToSelf"
     162          "VIdent_identity.idSelection_ignoreIDs"
    164163        ],
    165164
  • content/vI_storage.js

    r00c79a re4b836  
    9292        Log.debug("awPopupOnCommand '" + element.id + "' '" + element.value + "'");
    9393        storage.__updateVIdentityFromStorage(element.parentNode.nextSibling.firstChild, currentWindow);
    94         if (element.selectedItem.getAttribute("value") == "addr_reply") // if reply-to is manually entered disable AutoReplyToSelf
    95           currentWindow.document.getElementById("virtualIdentityExtension_autoReplyToSelfLabel").setAttribute("hidden", "true");
    96 
    9794      },
    9895
  • content/vI_upgrade.js

    r00c79a re4b836  
    141141            "extensions.virtualIdentity.hide_signature",
    142142            "extensions.virtualIdentity.hide_sMime_messageSignature",
    143             "extensions.virtualIdentity.hide_openPGP_messageSignature"
     143            "extensions.virtualIdentity.hide_openPGP_messageSignature",
     144            "extensions.virtualIdentity.autoReplyToSelf"
    144145            )
    145146        }
  • content/v_identity.js

    r00c79a re4b836  
    3030    Components.utils.import("resource://v_identity/vI_account.js", virtualIdentityExtension);
    3131    Components.utils.import("resource://v_identity/vI_prefs.js", virtualIdentityExtension);
    32     Components.utils.import("resource://v_identity/vI_replyToSelf.js", virtualIdentityExtension);
    3332    Components.utils.import("resource://v_identity/vI_accountUtils.js", virtualIdentityExtension);
    3433    Components.utils.import("resource://v_identity/vI_identityData.js", virtualIdentityExtension);
     
    138137
    139138          Log.debug("VIdentity_GenericSendMessage");
    140 
    141   //           if (msgType == Components.interfaces.nsIMsgCompDeliverMode.Now)
    142   //             vI.addReplyToSelf(window);
    143139
    144140          // check via virtual / non-virtual constraints and storage results if mail should be sent
     
    246242        Log.debug("initSystemStage2.");
    247243//         Log.debug("document.title=" + document.title + " gMsgCompose=" + gMsgCompose + " msgIdentityMenu=" + document.getElementById("msgIdentity"))
    248 //         vI.initReplyTo(window);
    249244        vI.storage.init();
    250245        vI.statusmenu.init();
     
    255250      close: function () {
    256251        vI.storage.clean();
    257       },
    258 
    259       adapt_interface: function () {
    260         if (main.elements.Obj_MsgIdentityPopup) return; // only rearrange the interface once
    261 
    262         // initialize the pointers to extension elements
    263         main.elements.init_base()
    264 
    265         // rearrange the positions of some elements
    266         var parent_hbox = main.elements.Obj_MsgIdentity.parentNode;
    267         var storage_box = document.getElementById("addresses-box");
    268         var virtualIdentityExtension_autoReplyToSelfLabel = document.getElementById("virtualIdentityExtension_autoReplyToSelfLabelBox");
    269 
    270         storage_box.removeChild(virtualIdentityExtension_autoReplyToSelfLabel);
    271         parent_hbox.appendChild(virtualIdentityExtension_autoReplyToSelfLabel);
    272         storage_box.removeChild(main.elements.Area_MsgIdentityHbox);
    273         parent_hbox.appendChild(main.elements.Area_MsgIdentityHbox);
    274 
    275         //main.elements.Obj_MsgIdentity.setAttribute("hidden", "true");
    276         main.elements.Obj_MsgIdentity.previousSibling.setAttribute("control", "msgIdentity");
    277 
    278         var access_label = parent_hbox.getElementsByAttribute("control", "msgIdentity")[0];
    279         if (access_label) access_label.setAttribute("control", "msgIdentity");
    280 
    281         // initialize the pointers to extension elements (initialize those earlier might brake the interface)
    282         main.elements.init_rest();
    283252      },
    284253
  • content/v_identity.xul

    r00c79a re4b836  
    6464      </menupopup>
    6565  </popupset>
    66 <!--  <popupset>
    67       <menupopup id="virtualIdentityExtension_vIAutoReplyToSelfMenu">
    68           <menuitem type="menuitem-iconic" label="&vident.composeDialog.autoReplyToSelf.menuLabel;"
    69             oncommand="document.getElementById('virtualIdentityExtension_autoReplyToSelfLabel').setAttribute('hidden', 'true');"/>
    70         </menupopup>
    71   </popupset>-->
    7266  <popupset>
    7367      <tooltip id="virtualIdentityExtension_statusMenuTooltip" orient="vertical" >
  • defaults/preferences/preferences.js

    r00c79a re4b836  
    4747pref("extensions.virtualIdentity.idSelection_removeSmartIdentityFromRecipients", true);
    4848pref("extensions.virtualIdentity.idSelection_ignoreIDs", "");
    49 pref("extensions.virtualIdentity.autoReplyToSelf", false);
    5049pref("extensions.{dddd428e-5ac8-4a81-9f78-276c734f75b8}.description", "chrome://v_identity/locale/v_identity.properties");
  • locale/cs-CZ/vI_prefDialog.dtd

    r00c79a re4b836  
    8787<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)"> <!-- translate -->
    8888<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: &#37;l localpart, &#37;t timestamp, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;"> <!-- translate -->
    89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "nastavit Virtual Identity jako adresu pro Reply-To">
    9089<!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate -->
    9190<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "show Notifications in Status-Bar, display Status-Bar Menu"> <!-- translate -->
  • locale/cs-CZ/v_identity.dtd

    r00c79a re4b836  
    33<!ENTITY vident.composeDialog.storageSave.label "uloÅŸit">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "uloÅŸit identitu při odesílání">
    5 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    6 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "zakázat synchronizaci Reply-To">
    75<!ENTITY vident.replySelector.dialogheader.title "Virtuální identita">
    86<!ENTITY vident.replySelector.caption.label "Zvolte si virtuální identitu">
  • locale/de-DE/vI_prefDialog.dtd

    r00c79a re4b836  
    8787<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format des Zeitstempels: Leer lassen oder die strftime()-Syntax nutzen (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)"> <!-- translate -->
    8888<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format des Absenders: &#37;l lokaler Teil, &#37;t Zeitstempel, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;"> <!-- translate -->
    89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "setze Virtuelle IdentitÀt als Reply-To Adresse">
    9089<!ENTITY vI_prefDialog.composeDialog.status.label "zeige Status-Bar Infos / Menu">
    9190<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "zeigt Hinweise im Status-Bar sowie Status-Bar Menu">
  • locale/de-DE/v_identity.dtd

    r00c79a re4b836  
    33<!ENTITY vident.composeDialog.storageSave.label "speichern">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "speichere IdentitÀt beim Senden">
    5 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    6 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "deaktiviere Reply-To Synchronisation">
    75<!ENTITY vident.replySelector.dialogheader.title "Virtual Identity">
    86<!ENTITY vident.replySelector.caption.label "WÀhlen Sie eine Virtuelle IdentitÀt">
  • locale/en-US/vI_prefDialog.dtd

    r00c79a re4b836  
    8686<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)">
    8787<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: &#37;l localpart, &#37;t timestamp, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;">
    88 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "set Virtual Identity as Reply-To address">
    8988<!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu">
    9089<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "show Notifications in Status-Bar, display Status-Bar Menu">
  • locale/en-US/v_identity.dtd

    r00c79a re4b836  
    33<!ENTITY vident.composeDialog.storageSave.label "save">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "save Identity while sending">
    5 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    6 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "disable Reply-To synchronization">
    75<!ENTITY vident.replySelector.dialogheader.title "Virtual Identity">
    86<!ENTITY vident.replySelector.caption.label "Choose a Virtual Identity">
  • locale/es-ES/vI_prefDialog.dtd

    r00c79a re4b836  
    8787<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)"> <!-- translate -->
    8888<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: &#37;l localpart, &#37;t timestamp, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;"> <!-- translate -->
    89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "establecer la identidad virtual como la dirección a la que responder">
    9089<!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate -->
    9190<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "show Notifications in Status-Bar, display Status-Bar Menu"> <!-- translate -->
  • locale/es-ES/v_identity.dtd

    r00c79a re4b836  
    33<!ENTITY vident.composeDialog.storageSave.label "guardar">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "guardar la identidad al enviar">
    5 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    6 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "deshabilitar la sincronización reply-to">
    75<!ENTITY vident.replySelector.dialogheader.title "Virtual Identity">
    86<!ENTITY vident.replySelector.caption.label "Elegir una identidad virtual">
  • locale/fr/vI_prefDialog.dtd

    r00c79a re4b836  
    8787<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)"> <!-- translate -->
    8888<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: &#37;l localpart, &#37;t timestamp, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;"> <!-- translate -->
    89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "utiliser Virtual Identity pour une adresse de &apos;réponse à&apos;">
    9089<!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate -->
    9190<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "show Notifications in Status-Bar, display Status-Bar Menu"> <!-- translate -->
  • locale/fr/v_identity.dtd

    r00c79a re4b836  
    33<!ENTITY vident.composeDialog.storageSave.label "enregistrer">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "enregistrer une identité pendant l'envoi">
    5 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Répondre à)">
    6 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "Désactiver la synchronisation de Répondre à">
    75<!ENTITY vident.replySelector.dialogheader.title "Identité virtuelle">
    86<!ENTITY vident.replySelector.caption.label "Choisissez une identité virtuelle">
  • locale/nl/vI_prefDialog.dtd

    r00c79a re4b836  
    8787<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)"> <!-- translate -->
    8888<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: &#37;l localpart, &#37;t timestamp, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;"> <!-- translate -->
    89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "Virtuele identiteit als Reply-To-adres instellen">
    9089<!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate -->
    9190<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "show Notifications in Status-Bar, display Status-Bar Menu"> <!-- translate -->
  • locale/nl/v_identity.dtd

    r00c79a re4b836  
    33<!ENTITY vident.composeDialog.storageSave.label "Opslaan">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "Identiteit opslaan bij verzenden">
    5 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    6 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "Reply-To-synchronisatie uitschakelen">
    75<!ENTITY vident.replySelector.dialogheader.title "Virtual Identity">
    86<!ENTITY vident.replySelector.caption.label "Kies een virtuele identiteit">
  • locale/ru-RU/vI_prefDialog.dtd

    r00c79a re4b836  
    169169<!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax (&apos;&#37;Y&#37;m&#37;d&#37;H&#37;M&#37;S&apos;)"> <!-- translate -->
    170170<!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: &#37;l localpart, &#37;t timestamp, &#37;d domain. Default &apos;&#37;l&#37;t@&#37;d&apos;"> <!-- translate -->
    171 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "УстаМавлОвать вОртуальМые лОчМые ЎаММые в качестве ПбратМПгП аЎреса (Reply-To)">
    172171<!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate -->
    173172<!ENTITY vI_prefDialog.composeDialog.status.tooltiptext "show Notifications in Status-Bar, display Status-Bar Menu"> <!-- translate -->
  • locale/ru-RU/v_identity.dtd

    r00c79a re4b836  
    66раМОть текущОе ЎаММые в Ñ
    77раМОлОще прО Птправке сППбщеМОя">
    8 <!ENTITY vident.composeDialog.autoReplyToSelf.label "(= ОбратМый аЎрес (Reply-To))">
    9 <!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "ЗапретОть сОМÑ
    10 Ñ€ÐŸÐœÐžÐ·Ð°Ñ†ÐžÑŽ ПбратМПгП аЎреса (Reply-To)">
    118<!ENTITY vident.replySelector.dialogheader.title "ВОртуальМые лОчМые ЎаММые">
    129<!ENTITY vident.replySelector.caption.label "Выбрать вОртуальМые лОчМые ЎаММые">
Note: See TracChangeset for help on using the changeset viewer.