From dea547a71036ae3445a5a612f6afd00b76ed721a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 May 1997 20:12:53 +0000 Subject: Add multiple-folder support. svn path=/trunk/; revision=1012 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index a50659e5..879112db 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -102,7 +102,7 @@ struct query int wildcard; /* should unmatched names be passed through */ char *remotename; char *password; - char *mailbox; + struct idlist *mailboxes; struct idlist *smtphunt; char *smtphost; char *mda; -- cgit v1.2.3