mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Fixed ID of newly subscribed .ics remote calendar
This commit is contained in:
@@ -1311,7 +1311,7 @@ function accessToSubscribedFolder(serverFolder) {
|
||||
var username = parts[0];
|
||||
var paths = parts[1].split("/");
|
||||
if (username == UserLogin) {
|
||||
folder = paths[1];
|
||||
folder = "/" + paths[1];
|
||||
}
|
||||
else {
|
||||
folder = "/" + username.asCSSIdentifier() + "_" + paths[1];
|
||||
|
||||
Reference in New Issue
Block a user