mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Added functionality to share contacts
Added setting "Automatically add recipients to your address beech" Further development of editing screen contact
This commit is contained in:
parent
026839d864
commit
2d9ff7d63f
63 changed files with 1229 additions and 1919 deletions
|
|
@ -238,12 +238,7 @@ Enums.InterfaceAnimation = {
|
|||
Enums.ContactScopeType = {
|
||||
|
||||
'Default': 0,
|
||||
|
||||
'Auto': 1,
|
||||
|
||||
'ShareAll': 2,
|
||||
'ShareDomain': 3,
|
||||
'ShareEmail': 4
|
||||
'ShareAll': 2
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -719,6 +719,7 @@ Utils.initDataConstructorBySettings = function (oData)
|
|||
oData.editorDefaultType = ko.observable(Enums.EditorDefaultType.Html);
|
||||
oData.showImages = ko.observable(false);
|
||||
oData.interfaceAnimation = ko.observable(Enums.InterfaceAnimation.Full);
|
||||
oData.contactsAutosave = ko.observable(false);
|
||||
|
||||
Globals.sAnimationType = Enums.InterfaceAnimation.Full;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue