mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
[KOE-148] Added send/receive at start-up
This commit is contained in:
parent
9c10ac93dd
commit
d585da1c97
@ -155,6 +155,9 @@ namespace Acacia
|
|||||||
Acacia.Features.DebugSupport.Statistics.StartupTime.Stop();
|
Acacia.Features.DebugSupport.Statistics.StartupTime.Stop();
|
||||||
foreach (Feature feature in Features)
|
foreach (Feature feature in Features)
|
||||||
feature.AfterStartup();
|
feature.AfterStartup();
|
||||||
|
|
||||||
|
// Initial send receive
|
||||||
|
ThisAddIn.Instance.SendReceive();
|
||||||
}
|
}
|
||||||
catch (System.Exception e)
|
catch (System.Exception e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user