···1-diff --git a/mime/system.ha b/mime/system.ha
2-index 73ff3496..42e7b640 100644
3---- a/mime/system.ha
4-+++ b/mime/system.ha
5-@@ -11,7 +11,7 @@ use strings;
6- use types;
7-8- // Path to the system MIME database.
9--export def SYSTEM_DB: str = "/etc/mime.types";
10-+export def SYSTEM_DB: str = "@mailcap@/etc/mime.types";
11-12- @init fn init() void = {
13- // Done in a separate function so we can discard errors here