YaST2 Developers Documentation: Configuration of mail



functions
files
intro

Configuration of mail

mail_auto.ycp
Client for autoinstallation
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

  • Mail
  • Mail
  • Mode
  • Progress

Includes

  • mail/ui.ycp

Info:

Parameters:
first a function
Example:
  map mm = $[ "FAIL_DELAY" : "77" ];
  map ret = WFM::CallModule ("mail_auto", [ "Summary", mm ]);

Info:

Return if configuration was changed return boolean

Info:

Set modified flag return boolean


YaST2 Developers Documentation