aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-04 21:44:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-04 21:44:50 +0000
commitdba153ee6173bcc1e526163e7434d8a5915baf0b (patch)
tree2bd68e148356eb2ca2c2ac1c31f6056b7fbb6793 /fetchmail.h
parentf7fa6d049541c5558289a5e885fc03ee111816e4 (diff)
downloadfetchmail-dba153ee6173bcc1e526163e7434d8a5915baf0b.tar.gz
fetchmail-dba153ee6173bcc1e526163e7434d8a5915baf0b.tar.bz2
fetchmail-dba153ee6173bcc1e526163e7434d8a5915baf0b.zip
RC file syntax change, folder->mailbox, remote->remotename.
svn path=/trunk/; revision=220
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 56d04747..ef49b23d 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -57,7 +57,7 @@ struct hostrec
char localname [USERNAMELEN+1];
char remotename [USERNAMELEN+1];
char password [PASSWORDLEN+1];
- char remotefolder [FOLDERLEN];
+ char mailbox [FOLDERLEN];
char smtphost[HOSTLEN+1];
char mda [MDALEN+1];
int protocol;