diff --git a/Documentation/SOGo Native Microsoft Outlook Configuration.odt b/Documentation/SOGo Native Microsoft Outlook Configuration.odt
index 4aa40e16c..8e5911665 100644
Binary files a/Documentation/SOGo Native Microsoft Outlook Configuration.odt and b/Documentation/SOGo Native Microsoft Outlook Configuration.odt differ
diff --git a/UI/Scheduler/UIxAppointmentActions.m b/UI/Scheduler/UIxAppointmentActions.m
index 90d4a7fd2..5a2ebb5f6 100644
--- a/UI/Scheduler/UIxAppointmentActions.m
+++ b/UI/Scheduler/UIxAppointmentActions.m
@@ -67,12 +67,8 @@
co = [self clientObject];
event = (iCalEvent *) [[self clientObject] occurence];
- ud = [[context activeUser] userDefaults];
- tz = [ud timeZone];
start = [event startDate];
- [start setTimeZone: tz];
end = [event endDate];
- [end setTimeZone: tz];
if ([event isAllDay])
{
@@ -87,6 +83,10 @@
}
else
{
+ ud = [[context activeUser] userDefaults];
+ tz = [ud timeZone];
+ [start setTimeZone: tz];
+ [end setTimeZone: tz];
newStart = [start dateByAddingYears: 0 months: 0
days: [daysDelta intValue]
hours: 0 minutes: [startDelta intValue]
diff --git a/UI/Templates/MailerUI/UIxMailView.wox b/UI/Templates/MailerUI/UIxMailView.wox
index 005df4d43..a0f3945ba 100644
--- a/UI/Templates/MailerUI/UIxMailView.wox
+++ b/UI/Templates/MailerUI/UIxMailView.wox
@@ -16,7 +16,7 @@
| : |
- |
+ |
| : |
diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox
index 3f40b92de..e1fd848ed 100644
--- a/UI/Templates/MainUI/SOGoRootPage.wox
+++ b/UI/Templates/MainUI/SOGoRootPage.wox
@@ -46,7 +46,7 @@
+ />