Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Davmail shell script is inflexible -- cannot pass in overriding variables #382

Open
SethRobertson opened this issue Jan 14, 2025 · 1 comment

Comments

@SethRobertson
Copy link

The davmail shell script is inflexible. It doesn't allow partial or complete overriding of JAVA_OPTS or CLASSPATH-like stuff, for example. This causes individual users to have to modify or replace the script and then have problems when it comes time to upgrade.

Suggested solution: use ${FOO:=bar} or one of the related forms to allow overrides, and have prepared variables to allow even easier usage patterns (extra arguments to the java command line, for example for UI scaling) without having to adjust or repeat the "core" java arguments.

Expect a not well tested pull request soon.

@SethRobertson
Copy link
Author

See pull request #383 #383

SethRobertson pushed a commit to SethRobertson/davmail that referenced this issue Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant