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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
INI currently creates a space around =. This behavior breaks some software, e.g. shell files but also courier config files:
sudo kdb mount /etc/courier/imapd system/courier/imapd ini
sudo kdb set system/courier/imapd/MAILDIRPATH Mail
sudo /etc/init.d/courier-imap restart
#> Restarting Courier IMAP server: imapd failed!
(The error message clearly indicates the problem.)
Is there a good reason to have these spaces? Otherwise I would suggest we simply remove them by default. And if people want them, they can choose their delimiter to be " = "?
The text was updated successfully, but these errors were encountered:
INI currently creates a space around =. This behavior breaks some software, e.g. shell files but also courier config files:
(The error message clearly indicates the problem.)
Is there a good reason to have these spaces? Otherwise I would suggest we simply remove them by default. And if people want them, they can choose their delimiter to be
" = "
?The text was updated successfully, but these errors were encountered: