diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |