blob: 0d17050c939ca71820759bdeee09426d0a0e8f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- mail/app/nsMailApp.cpp~
+++ mail/app/nsMailApp.cpp
@@ -154,6 +154,7 @@ int main(int argc, char* argv[])
TriggerQuirks();
#endif
+ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/thunderbird", 0);
nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath);
if (NS_FAILED(rv)) {
Output("Couldn't calculate the application directory.\n");
|