159. .sysconfig.fetchmail

SCR Agent for reading/writing /etc/sysconfig/fetchmail using the sysconfig-agent

159.1. Description

Read/Sets the values defined in /etc/sysconfig/fetchmail in an easy manner.

Access type: read/write

File Name: /usr/share/YaST2/scrconf/cfg_fetchmail.scr

159.2. Usage

Example 76. 

  Dir(.sysconfig.fetchmail)
  (["DEVICE"])

  Read(.sysconfig.fetchmail.OPTIONS)
  ("-t psaux")

  Write(.sysconfig.fetchmail.OPTIONS, "-t ms")
  (true)