Apple Mail plist条目加载远程内容

Ric*_*fen 5 plist apple-mail

所以我知道如何让apple mail 9始终加载远程内容,但我需要以编程方式设置该首选项.我正在浏览apple mail plist文件,但似乎无法找到它的价值.有没有人知道这个设置可能在哪里?

小智 4

在邮件首选项中启用“加载远程内容”后,我进行了比较~/Library/Preferences/com.apple.mail-shared.plist,得到了以下结果:

        <key>AlertForNonmatchingDomains</key>
        <false/>
        <key>DisableURLLoading</key>
-       <true/>
+       <false/>
        <key>ExpandPrivateAliases</key>
        <true/>
Run Code Online (Sandbox Code Playgroud)