1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
.TH getmails "1" "November 2011" "getmail 4" "User Commands"
.SH NAME
getmails \- wrapper for getmail to access multiple mailboxes
.SH SYNOPSIS
.B getmails
[\fIOPTION\fR] ...
.SH DESCRIPTION
.\" Add any additional description here
.PP
.B getmails
is a wrapper script for
.B getmail
to retrieve messages with multiple independent configuration files
.I ~/.getmail/config/*
instead of a single
.I ~/.getmailrc
file.
The option provided as \fIOPTION\fR is passed to \fBgetmail\fR.
The existence of
.I ~/.getmail/stop
can prevent this wrapper script to execute \fBgetmail\fR.
.SH "REPORTING BUGS"
Report bugs to the getmail4 debian package if bugs are in this wrapper script.
.SH COPYRIGHT
Copyright 2011 Osamu Aoki
.br
This is free software; see the file COPYING for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|