-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings > Folders shows folder prefix #5695
Labels
Milestone
Comments
Sounds like a bug. What version? |
Version 1.2.3 |
Is this a bug, and is there any way I can change it by changing the code? |
Yes and yes, but I'm not sure yet where. Could you provide an account, so I could connect with my Roundcube instance and do some tests? |
alecpl
added a commit
that referenced
this issue
Apr 1, 2017
… if show_real_foldernames=true (#5695)
alecpl
added a commit
that referenced
this issue
Apr 1, 2017
… if show_real_foldernames=true (#5695)
Fixed. Thanks @medusared for providing the test account. |
Brilliant, thanks a lot! |
ZiBiS
added a commit
to ZiBiS/roundcubemail
that referenced
this issue
Apr 13, 2017
* 'master' of https://github.com/roundcube/roundcubemail: (36 commits) Remove note about mail() function Update changelog Revert "extend plugin password to avoid sudo (use ssh instead calling chpasswd) (roundcube#5654)" Add Log to STDOUT Feature (roundcube#5721) extend plugin password to avoid sudo (use ssh instead calling chpasswd) (roundcube#5654) Fix bug where base_dn setting was ignored inside group_filters (roundcube#5720) Bump Net_Socket version Installer: Fix DB schema initialization on MS SQL Server Update to TinyMCE 4.5.6 Fix undesired effects when postgres database uses different timezone than PHP host (roundcube#5708) Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (roundcube#5695) Fix (restore) Tab key behaviour in autocomplete popup (roundcube#5659) Fix regression in LDAP fuzzy search where it always used prefix search instead (roundcube#5713) Ignore js deps (roundcube#5704) Update changelog Add support for DelSp=Yes messages (roundcube#5702) Fix permission of temporary files and removal of them when generating thumbnails Remove redundant entry Fix require entry for crypt_gpg also in Enigma's composer.json Use jQuery 3.2.1 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When $config['show_real_foldernames'] = true, the folder prefix is displayed in Settings > Folders. This is not the case when the show_real_foldernames = false. The folder names are shown correctly without the prefix in the left folders list on the main Roundcube Mail page, but in Settings > Folders the prefix is shown. Is there any way to change it so that the folder prefix is NOT shown when show_real_foldernames = true? Many Thanks
The text was updated successfully, but these errors were encountered: