You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems unable to pick up the correct delimiter, even if I try setting explicitly in roundcube's config:
$config['imap_delimiter'] = '.';
Also not recognising the correct folder root e.g. If clicked on "INBOX" and I change "INBOX/foo" to "INBOX.foo" it creates a folder
underneath "INBOX" in the tree and not in the root.
If I change the folder name it suggests from "INBOX/Newfolder" to just "Newfolder", then it successfully create "Newfolder" at the root level.
I had a little attempt at diagnosing it, but I don't really know js well enough to work out where it might be going wrong.
R.
The text was updated successfully, but these errors were encountered:
this is a small error on line 1533 of contextmenu_folder.js
It should be var target = source + self.delimiter();
[in stead of var target = source + "/"]
I've just committed this change
Hello,
Nice plugin!
I seem to get the same issue as #7 when trying to create a folder.
RC version: 1.6.1
Dovecot: 2.3.13 (debian package)
Distro: Debian GNU/Linux 11 (bullseye)
Seems unable to pick up the correct delimiter, even if I try setting explicitly in roundcube's config:
$config['imap_delimiter'] = '.';
Also not recognising the correct folder root e.g. If clicked on "INBOX" and I change "INBOX/foo" to "INBOX.foo" it creates a folder
underneath "INBOX" in the tree and not in the root.
If I change the folder name it suggests from "INBOX/Newfolder" to just "Newfolder", then it successfully create "Newfolder" at the root level.
I had a little attempt at diagnosing it, but I don't really know js well enough to work out where it might be going wrong.
R.
The text was updated successfully, but these errors were encountered: