Imagine a folder structure like this
--+-- ParentA
|-- ParentA.SubA
|-- ParentA.SubB
----- ParentB
ParentA opens the message list in that folderParentA expands the list of subfoldersParentA.SubA opens the message list in that subfolderParentB (without subfolders) opens the message list in that folderParentA expands the list of subfolders, message list is not shownParentA expands the list of subfoldersParentA.SubA opens the message list in that subfolderParentB (without subfolders) opens the message list in that folderI.e., Parent folders with subfolders cannot be opened, all other situations work fine.
Mail app version: 0.17.0
Mailserver or service: Dovecot and 1&1
Operating system: Ubuntu 18.04.3
Web server: Apache 2.4.29-1ubuntu4.11
Database: MySQL 5.7.27-0ubuntu0.18.04.1
PHP version: 7.2.19-0ubuntu0.18.04.2
Nextcloud Version: 16.0.4, 16.0.5
Browser: Firefox 61.0.2
Operating system: Ubuntu 18.04.3, openSUSE Leap 42.3
1. Clicking on `ParentA` expands the list of subfolders, message list is not shown
Does the URL change in that step? Could you inspect the href on the list item?
The URL stays the same, however href seems to be correct: I can right-click and "Open in a new tab" which yields the message list.
I'm experiencing the same issue over here:
This is what href looks like on the inbox folder (containing a favorites folder):
<a href="/apps/mail/#/accounts/4/folders/SU4FR2e=" class="icon-inbox"><!---->
inbox
</a>
The URL stays the same, however href seems to be correct: I can right-click and "Open in a new tab" which yields the message list.
I can confirm that this workaround actually works. Thanks for the hint!
Same Mail version (0.17.0), same nextcloud version (16.0.5) -> same issue.
Open in a new window/tab is in fact a working workaround, but far from perfect.
Anything else you might need to debug this issue?
Anything else you might need to debug this issue?
Time. I'll try to allocate some this week, but there is a lot on my plate right now. If any dev has time to take a deeper look I'd be very thankful :heart:
I'm havin gthe same issue on my instance using 0.17.0, but it works find on my dev instance with master.
Tested with the help of a test account from @nickvergessen and we found out that this was fixed recently. Latest master does not have this problem anymore and the latest stable releases for Nextcloud 17 should also be fine :)
Sorry to bother again: I updated to NC 17.0.0 and the problem still persists with Mail 0.17.0. Thus, the latest stable doesn't seem to have the fix, yet.
Okay, then sorry for the confusion. Master will be released today most likely, so the fix will follow shortly :)
Can confirm: After update to 0.18.0, the issue is gone. Many thanks!
Awesome! Thanks for the feedback!
Most helpful comment
The URL stays the same, however href seems to be correct: I can right-click and "Open in a new tab" which yields the message list.