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

Added "-veryquiet" parameter to email library. #49

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Added "-veryquiet" parameter to email library. #49

merged 1 commit into from
Jul 18, 2024

Conversation

Martinski4GitHub
Copy link
Contributor

Added a new "-veryquiet" parameter that can be used when checking for & downloading updates for the custom email library script.

Added new "-veryquiet" parameter that can be used when checking for & downloading updates for the custom email library script.
@Martinski4GitHub
Copy link
Contributor Author

@ViktorJp,

In order to be backward compatible (so the code still works for current users with previous versions) and allow 3 different "verbosity" modes, I have added the "-veryquiet" parameter to the custom email library. The same parameter was added to the BackupMon script to be aligned with the library when checking for updates.

The behavior is as follows:

-verbose       show all messages: errors, warnings and informational [Same as before]
-quiet         show only messages related to errors & warnings [Same as before].
-veryquiet     show only critical, fatal errors that affect functionality [NEW].

Let me know if this works for you.

@ViktorJp ViktorJp merged commit 39808d7 into ViktorJp:develop Jul 18, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants