problems with favorites
-
Hi@all,
I have problems with my favorites. One of them is acting weird. When i click hangs webapp/deskapp.
In addition, the context menu (right click) looks strange. The context menu shows only two entries:
- New appointment
- New appointment request
I have copied the mails in the folder AAAA-Erledigen into a new folder. how to delete the favorites folder? The menu “remove from favorites” is missing.
withe best
sven -
@pixel What versions and can you reproduce this on a new e.g. test user?
The context menu you described is the one inside a calendar. Not from a context menu of a folder so where exactly do you see this?
-
@marty said in problems with favorites:
@pixel What versions and can you reproduce this on a new e.g. test user?
WebApp: 3.5.2.2146+87.1
Kopano Core: 8.7.0
Z-Push: 2.4.5+0-0No, I can’t reproduce it with a test user.
@marty said in problems with favorites:
The context menu you described is the one inside a calendar
Yes, I know. The folder was in the favorites. Click on it to see some mails in the mail list. The context menu is like a calendar folder.
is there a possibility to change the type of a folder afterwards?
Type: Calendar -> Mail (CLI?)is there some kind of reconstruct command?
-
Favorites can be removed by resetting webapp settings.
If the folder is a system folder it can be reconstructed with: https://stash.kopano.io/projects/KSC/repos/core-tools/browse/recreate-systemfolders
-
Folder type can probably be changed with python-kopano.
e.g.
Folder.container_class = 'IPF.NOTE'
(note is normal folder) -
@marty said in problems with favorites:
If the folder is a system folder it can be reconstructed with: https://stash.kopano.io/projects/KSC/repos/core-tools/browse/recreate-systemfolders
what exactly does this script do? Recover missing folders?