Go to the first, previous, next, last section, table of contents.


Specifying Mailboxes to Operate Upon

There are four basic ways of passing mailboxes to `guimb'.

guimb [OPTIONS] [mailbox...]
The resulting mailbox is not saved, unless the user-supplied scheme program saves it.
guimb [OPTIONS] --mailbox DEFMBOX
The contents of DEFMBOX is processed and is replaced with the resulting mailbox contents. Useful for applying filters to user's mailbox.
guimb [OPTIONS] --mailbox DEFMBOX mailbox [mailbox...]
The contents of specified mailboxes is processed, and the resulting mailbox contents is appended to DEFMBOX.
guimb [OPTIONS] --user USER [mailbox...]
The contents of specified mailboxes is processed, and the resulting mailbox contents is appended to the user's system mailbox. This allows to use `guimb' as a mail delivery agent.

If no mailboxes are specified in the command line, `guimb' reads and processes its standard input.


Go to the first, previous, next, last section, table of contents.