diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 21:15:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 21:15:12 +0000 |
commit | 9a9467cafe1c27290eac02c0a6bb6baa480a5096 (patch) | |
tree | 4d4d86629b62a0a8695f2431a7bdbd1dc2013b58 /fetchmail.h | |
parent | 1715ab1008073e39d9355e58fea0a6fa62f9ebd7 (diff) | |
download | fetchmail-9a9467cafe1c27290eac02c0a6bb6baa480a5096.tar.gz fetchmail-9a9467cafe1c27290eac02c0a6bb6baa480a5096.tar.bz2 fetchmail-9a9467cafe1c27290eac02c0a6bb6baa480a5096.zip |
Now we can have top-level properties.
svn path=/trunk/; revision=2368
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 1e4e6c51..f07f04ac 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -103,9 +103,10 @@ struct runctl char *logfile; char *idfile; int poll_interval; + char *postmaster; + char *properties; flag use_syslog; flag invisible; - char *postmaster; }; struct idlist |