man guimb (Commandes) - manual page for guimb (GNU Mailutils 0.6.93)
NAME
guimb - manual page for guimb (GNU Mailutils 0.6.93)
SYNOPSIS
guimb [OPTION...] [mailbox...]
DESCRIPTION
GNU guimb -- Process the contents of the specified mailboxes using a Scheme program or expression.
- The following switches stop argument processing, and pass all remaining arguments as the value of (command-line):
- -c, --code=EXPR
- Execute given scheme expression.
- -s, --source=PROGFILE
- Load Scheme source code from PROGFILE, and exit
- The following options do not change the order of options parsing:
- -e, --expression=EXPR
- Execute given scheme expression.
- -f, --file=PROGFILE
- Load Scheme source code from PROGFILE, and exit
- Other options:
- -d, --debug
- Start with debugging evaluator and backtraces.
- -g, --guile-arg=ARG
- Append ARG to the command line passed to Guile
- -M, --mailbox=NAME
- Set default mailbox name
- -u, --user[=NAME]
- Act as local MDA for user NAME
- Common options --external-locker=PATH Set full path to the external locker program
- --lock-expire-timeout=SECONDS
- Number of seconds after which the lock expires
- --lock-flags=FLAGS
- Default locker flags (E=external, R=retry, T=time, P=pid)
- --lock-retry-count=NUMBER
- Set the maximum number of times to retry acquiring the lockfile
- --lock-retry-timeout=SECONDS
- Set timeout for acquiring the lockfile
- -m, --mail-spool=URL
- Use specified URL as a mailspool directory
- --mailbox-type=PROTO
- Default mailbox type to use
- --license
- Print license and exit
- -?, --help
- Give this help list
- --usage
- Give a short usage message
- -V, --version
- Print program version
Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
REPORTING BUGS
Report bugs to <bug-mailutils@gnu.org>.
SEE ALSO
The full documentation for guimb is maintained as a Texinfo manual. If the info and guimb programs are properly installed at your site, the command
- info guimb
should give you access to the complete manual.