diff options
author | Omar Polo <op@omarpolo.com> | 2022-09-10 09:43:57 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-09-10 09:43:57 +0000 |
commit | cd5826b8ba3b43ed9802309688ae029c0f5c4081 (patch) | |
tree | 6de2abea6c0b82ca7084526815a8715263809254 /gmid.c | |
parent | aa9543b9fd1963d86f63fda13addb356f9039c37 (diff) |
retire the deprecated `mime' and `map' config options
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ static int listener_main(struct imsgbuf *ibuf) { drop_priv(); - if (!conf.mime.skip_defaults && load_default_mime(&conf.mime) == -1) + if (load_default_mime(&conf.mime) == -1) fatal("load_default_mime: %s", strerror(errno)); sort_mime(&conf.mime); load_vhosts(); |