mail: Enable the listescape plugin #66
Loading…
Reference in a new issue
No description provided.
Delete branch "mail-listescape"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make it possible to use special characters like
.
in mail directories.Please look for the correct generation of the config file.
I suspect that there might be a forrmatting error unrelated to my changes.
This is the block:
7ba1281909/modules/mail/default.nix (L203-L206)
I just looked at the generated
etc/dovecot/dovecot.conf
the whole block ofextraConfig
seems to be miss-formatted.Yep, the vim installation on the machine itself is apparently misconfigured 😵💫
Lgtm
It looks better now with that new formatting commit.
There where tabs in front of this block:
7ba1281909/modules/mail/default.nix (L203-L206)
I also aligned the contents of
extraConfig
.