SYNOPSIS
sieve.scm [OPTIONS] [mailbox]DESCRIPTION
GNU sieve.scm -- compile a Sieve program into Scheme code- -f, --file FILENAME
- Set input file name
- -o, --output FILENAME
- Set output file name
- -L, --lib-dir DIRNAME
- Set sieve library directory name
- -g, --guimb
- Make output file executable for guimb
- -d, --debug LEVEL
- Set debugging level
- --version
- Show program version
If -o option is not given, the compiled program is executed immediately. It operates on the user system mailbox unless mailbox is given in the command line.