mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
66ef57387f
@ -113,6 +113,7 @@ namespace Acacia
|
|||||||
|
|
||||||
// Create the watcher
|
// Create the watcher
|
||||||
Watcher = new ZPushWatcher(Instance);
|
Watcher = new ZPushWatcher(Instance);
|
||||||
|
if (OutlookUI != null)
|
||||||
OutlookUI.Watcher = Watcher;
|
OutlookUI.Watcher = Watcher;
|
||||||
|
|
||||||
// Allow to features to register whatever they need
|
// Allow to features to register whatever they need
|
||||||
@ -155,9 +156,6 @@ 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();
|
||||||
|
|
||||||
// [KOE-148] Initial send receive
|
|
||||||
Instance.SendReceive();
|
|
||||||
}
|
}
|
||||||
catch (System.Exception e)
|
catch (System.Exception e)
|
||||||
{
|
{
|
||||||
|
@ -77,6 +77,9 @@ namespace Acacia.ZPush
|
|||||||
Tasks.Task(null, null, "AccountCheckDone", () =>
|
Tasks.Task(null, null, "AccountCheckDone", () =>
|
||||||
{
|
{
|
||||||
_watcher.OnAccountsScanned();
|
_watcher.OnAccountsScanned();
|
||||||
|
|
||||||
|
// [KOE-148] Initial send receive
|
||||||
|
ThisAddIn.Instance.SendReceive();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Register for account changes
|
// Register for account changes
|
||||||
|
@ -4,8 +4,7 @@ msgstr ""
|
|||||||
"POT-Creation-Date: \n"
|
"POT-Creation-Date: \n"
|
||||||
"PO-Revision-Date: 2018-01-31 13:12+0000\n"
|
"PO-Revision-Date: 2018-01-31 13:12+0000\n"
|
||||||
"Last-Translator: Jan <jengelh@inai.de>\n"
|
"Last-Translator: Jan <jengelh@inai.de>\n"
|
||||||
"Language-Team: German <http://translate.kopano.io/projects/kopano/kopano-ol-"
|
"Language-Team: German <http://translate.kopano.io/projects/kopano/kopano-ol-extension/de/>\n"
|
||||||
"extension/de/>\n"
|
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -1419,3 +1418,4 @@ msgstr "Outlook wird neugestartet um die neuen Postfächer zu öffnen"
|
|||||||
msgctxt "AcaciaZPushPlugin\\Properties\\Resources\\SharedFolders_WholeStoreRestart_Title"
|
msgctxt "AcaciaZPushPlugin\\Properties\\Resources\\SharedFolders_WholeStoreRestart_Title"
|
||||||
msgid "Open stores"
|
msgid "Open stores"
|
||||||
msgstr "Postfächer öffnen"
|
msgstr "Postfächer öffnen"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user