Run fetchmail not in verbose mode (#2859)

This commit is contained in:
Casper 2022-10-25 10:41:01 +02:00 committed by GitHub
parent d8f4b74715
commit caf2338201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,8 @@ All notable changes to this project will be documented in this file. The format
### Changed
- **build** cleaned up `Makefile` and its targets ([#2833](https://github.com/docker-mailserver/docker-mailserver/pull/2833))
- **configuration**: Run fetchmail not in verbose mode ([#2859](https://github.com/docker-mailserver/docker-mailserver/pull/2859))
- **build**: cleaned up `Makefile` and its targets ([#2833](https://github.com/docker-mailserver/docker-mailserver/pull/2833))
### Fixed