mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 16:32:28 +01:00
expand environment variables when setting 'cdpath' and 'shell'
This commit is contained in:
@@ -216,6 +216,8 @@ liberator.Mail = function () //{{{
|
||||
case "vertical": ChangeMailLayout(2); break;
|
||||
// case "inherit" just does nothing
|
||||
}
|
||||
|
||||
return value;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -229,6 +231,8 @@ liberator.Mail = function () //{{{
|
||||
MsgSortThreaded();
|
||||
else
|
||||
MsgSortUnthreaded();
|
||||
|
||||
return value;
|
||||
}
|
||||
});*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user