Commit 7c152de7 7c152de7e4dd974f9982f333d8bb3fab4ad8bc5f by Sergey Poznyakoff

Documented --mail-spool option.

1 parent 17e439a2
...@@ -54,7 +54,7 @@ program. ...@@ -54,7 +54,7 @@ program.
54 A tag is either a name of a particular mailutils utility or @dfn{option 54 A tag is either a name of a particular mailutils utility or @dfn{option
55 group}, prefixed with colon (@samp{:}). The command line options common for 55 group}, prefixed with colon (@samp{:}). The command line options common for
56 several mailutils programs are divided into @dfn{option groups} or 56 several mailutils programs are divided into @dfn{option groups} or
57 @dfn{capabilities}, e.g. the options @option{--maildir} and 57 @dfn{capabilities}, e.g. the options @option{--mail-spool} and
58 @option{--license} form group @samp{mailutils}. These groups are discussed 58 @option{--license} form group @samp{mailutils}. These groups are discussed
59 in detail below. 59 in detail below.
60 60
...@@ -92,7 +92,7 @@ utilities in the package: ...@@ -92,7 +92,7 @@ utilities in the package:
92 92
93 @table @option 93 @table @option
94 @item -m @var{path} 94 @item -m @var{path}
95 @itemx --maildir=@var{path} 95 @itemx --mail-spool=@var{path}
96 Set path to the mailspool directory 96 Set path to the mailspool directory
97 @end table 97 @end table
98 98
...@@ -195,7 +195,7 @@ facility @samp{local1}. ...@@ -195,7 +195,7 @@ facility @samp{local1}.
195 195
196 @example 196 @example
197 @group 197 @group
198 :mailutils --maildir /var/spool/mail 198 :mailutils --mail-spool /var/spool/mail
199 :auth --pam-service mailutils 199 :auth --pam-service mailutils
200 :logging --log-facility mail 200 :logging --log-facility mail
201 imap4d --daemon=20 --timeout=1800 --log-facility local1 201 imap4d --daemon=20 --timeout=1800 --log-facility local1
...@@ -244,7 +244,7 @@ Display short help message and exit. ...@@ -244,7 +244,7 @@ Display short help message and exit.
244 @itemx --inetd 244 @itemx --inetd
245 Run in inetd mode. 245 Run in inetd mode.
246 @item -m @var{path} 246 @item -m @var{path}
247 @itemx --maildir=@var{path} 247 @itemx --mail-spool=@var{path}
248 Set path to the mailspool directory 248 Set path to the mailspool directory
249 @item -O @var{pathlist} 249 @item -O @var{pathlist}
250 @itemx --other-namespace=@var{pathlist} 250 @itemx --other-namespace=@var{pathlist}
...@@ -312,7 +312,7 @@ Display short help message and exit. ...@@ -312,7 +312,7 @@ Display short help message and exit.
312 @itemx --inetd 312 @itemx --inetd
313 Run in inetd mode. 313 Run in inetd mode.
314 @item -m @var{path} 314 @item -m @var{path}
315 @itemx --maildir=@var{path} 315 @itemx --mail-spool=@var{path}
316 Set path to the mailspool directory 316 Set path to the mailspool directory
317 @item -p @var{number} 317 @item -p @var{number}
318 @itemx --port @var{number} 318 @itemx --port @var{number}
...@@ -448,7 +448,7 @@ Print header summary to stdout and exit. ...@@ -448,7 +448,7 @@ Print header summary to stdout and exit.
448 @itemx --ignore 448 @itemx --ignore
449 Ignore interrupts. 449 Ignore interrupts.
450 @item -m @var{path} 450 @item -m @var{path}
451 @itemx --maildir=@var{path} 451 @itemx --mail-spool=@var{path}
452 Set path to the mailspool directory 452 Set path to the mailspool directory
453 @item -n 453 @item -n
454 @itemx --norc 454 @itemx --norc
...@@ -1647,7 +1647,7 @@ Display this help and exit. ...@@ -1647,7 +1647,7 @@ Display this help and exit.
1647 @itemx --license 1647 @itemx --license
1648 Display GNU General Public License and exit. 1648 Display GNU General Public License and exit.
1649 @item -m @var{path} 1649 @item -m @var{path}
1650 @itemx --maildir @var{path} 1650 @itemx --mail-spool @var{path}
1651 Specify path to mailspool directory. 1651 Specify path to mailspool directory.
1652 @item -q 1652 @item -q
1653 @itemx --quota-db @var{file} 1653 @itemx --quota-db @var{file}
...@@ -2009,7 +2009,7 @@ Start with debugging evaluator and backtraces. ...@@ -2009,7 +2009,7 @@ Start with debugging evaluator and backtraces.
2009 @itemx --expression EXPR 2009 @itemx --expression EXPR
2010 Execute given Scheme expression. 2010 Execute given Scheme expression.
2011 @item -m @var{path} 2011 @item -m @var{path}
2012 @itemx --maildir=@var{path} 2012 @itemx --mail-spool=@var{path}
2013 Set path to the mailspool directory 2013 Set path to the mailspool directory
2014 @item -f PROGFILE 2014 @item -f PROGFILE
2015 @itemx --file PROGFILE 2015 @itemx --file PROGFILE
...@@ -2282,7 +2282,7 @@ comsatd -c /etc/comsat.conf ...@@ -2282,7 +2282,7 @@ comsatd -c /etc/comsat.conf
2282 2282
2283 This is the default operation mode. 2283 This is the default operation mode.
2284 @item -m @var{path} 2284 @item -m @var{path}
2285 @itemx --maildir=@var{path} 2285 @itemx --mail-spool=@var{path}
2286 Set path to the mailspool directory 2286 Set path to the mailspool directory
2287 @item -p @var{number} 2287 @item -p @var{number}
2288 @itemx --port @var{number} 2288 @itemx --port @var{number}
......