Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
40caf9c3
...
40caf9c3674970c4fa4dad7a2a29c9922e493d43
authored
2004-01-26 09:18:03 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed
1 parent
7199f834
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
doc/texinfo/programs.texi
doc/texinfo/programs.texi
View file @
40caf9c
...
...
@@ -478,7 +478,8 @@ The following command line options alter the behavior of the program:
@table
@option
@item
-
f
@var
{
string
}
@itemx
--
field
@var
{
string
}
Display
the
header
named
by
@var
{
string
}
instead
of
@code
{
From
}
@code
{
Subject
}
pair
.
Display
the
header
named
by
@var
{
string
}
instead
of
@code
{
From
}
@code
{
Subject
}
pair
.
@item
-
l
@itemx
--
to
Include
the
contents
of
@code
{
To
}
header
to
the
output
.
The
output
field
...
...
@@ -2188,7 +2189,7 @@ Set output file name
Set sieve library directory name
@item -d @var{level}
@item --debug @var{level}
@item
x
--debug @var{level}
Set debugging level
@end table
...
...
@@ -2306,7 +2307,7 @@ guimb --guile-arg -opt --guile-arg 24 --file @var{progfile}
In this example, the scheme procedure will see the following command line:
@smallexample
progfile
-opt 24
@var{progfile}
-opt 24
@end smallexample
Finally, if there are many arguments to be passed to Scheme, it is more
...
...
Please
register
or
sign in
to post a comment