GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
program
statementAnother way to configure program-specific settings is by using the
program
statement. The syntax is as follows:
program progname { ... }
The program
statement is allowed only in the site-wide
configuration file. When encountered, its tag (progname) is
compared with the name of the program being run. If two strings are
the same, the statements between curly braces are stored in a
temporary memory, otherwise the statement is ignored. When entire
configuration file is loaded, the statements accumulated in the
temporary storage are processed.
Notice the difference between this statement and a per-program
configuration file loaded via an include
statement. No matter
where in the file the program
statement is, its content will
be processed after the content of the enclosing file. In the
contrast, the per-program configuration file loaded via include
is processed right where it is encountered.
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.