guimb(1) process contents of the specified mailboxes using a Scheme program

SYNOPSIS

guimb [OPTION...] [mailbox...]

DESCRIPTION

GNU guimb -- process 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
--config-file=FILE, --rcfile=FILE
load this configuration file
--config-help
show configuration file summary
--config-lint, --rcfile-lint
check configuration file syntax and exit
--config-verbose, --rcfile-verbose
verbosely log parsing of the configuration files
--no-site-config, --no-site-rcfile
do not load site configuration file
--no-user-config, --no-user-rcfile
do not load user configuration file
--show-config-options
show compilation options
Global debugging settings
--debug-level=LEVEL
set Mailutils debugging level
--debug-line-info
show source info with debugging messages
--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 <[email protected]>.