This is a client for autoinstallation. It takes its arguments,
goes through the configuration and return the setting.
Does not do any changes to the configuration.
Imports
Nfs
Progress
Wizard
Includes
nfs/ui.ycp
Info:
Parameters:
first
a map of mail settings
Return value:
edited settings or empty map if canceled
Example:
map mm = $[ "FAIL_DELAY" : "77" ];
map ret = WFM::CallModule ("mail_auto", [ mm ]);