···11-diff --git a/mime/system.ha b/mime/system.ha
22-index 73ff3496..42e7b640 100644
33---- a/mime/system.ha
44-+++ b/mime/system.ha
55-@@ -11,7 +11,7 @@ use strings;
66- use types;
77-88- // Path to the system MIME database.
99--export def SYSTEM_DB: str = "/etc/mime.types";
1010-+export def SYSTEM_DB: str = "@mailcap@/etc/mime.types";
1111-1212- @init fn init() void = {
1313- // Done in a separate function so we can discard errors here