Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Windows
pEp for Outlook
Commits
b7701d36
Commit
b7701d36
authored
Apr 08, 2021
by
Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "OUT-795: Disable all sync channels on startup and enable for individual accounts"
This reverts commit
abd29576
.
parent
aa6c055a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
ThisAddIn.cs
ThisAddIn.cs
+0
-6
No files found.
ThisAddIn.cs
View file @
b7701d36
...
@@ -717,9 +717,6 @@ namespace pEp
...
@@ -717,9 +717,6 @@ namespace pEp
{
{
Log
.
Warning
(
"RegisterMyself: Engine returned exception, "
+
ex
.
ToString
());
Log
.
Warning
(
"RegisterMyself: Engine returned exception, "
+
ex
.
ToString
());
}
}
// Enable Sync if necessary
acctSettings
.
SignalSyncSettingsToEngine
();
}
}
else
else
{
{
...
@@ -2243,9 +2240,6 @@ namespace pEp
...
@@ -2243,9 +2240,6 @@ namespace pEp
Log
.
Info
(
"ThisAddIn_Startup: Connect Events"
);
Log
.
Info
(
"ThisAddIn_Startup: Connect Events"
);
Globals
.
ConnectEvents
(
true
);
Globals
.
ConnectEvents
(
true
);
// Disable Sync for all identities (will be enabled later per account)
AdapterExtensions
.
ExecuteAndLogError
(
ThisAddIn
.
PEPEngine
.
DisableAllSyncChannels
);
/* Sync accounts list. This must be done before RegisterMyself()
/* Sync accounts list. This must be done before RegisterMyself()
* to be able to set the not for sync flag if necessary.
* to be able to set the not for sync flag if necessary.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment