## Path:            Network/Update/Notifications
## Description:     Update notifications via mail
#
## Type:        string(root,mail@domain.tld)
## Default:     "root"
#
# The user or mail address to send update notifications.
#
MAILADDRESS="root"

## Type:           yesno
## Default:        yes
#
# Restrict update list to patches?
# yes: notification mail will only list patches
# no: notification mail will list patches and package updates
PATCHES_ONLY="no"

