diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 03:42:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 03:42:34 +0000 |
commit | 3299270c28441b9d01a24da727eeaa6553c4d7aa (patch) | |
tree | acb7dfb272b49042adc4fcc77a0be66fc47adc0c /fetchmail.h | |
parent | 72c64d14268791f79834befe8700a3fd633bd5b9 (diff) | |
download | fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.tar.gz fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.tar.bz2 fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.zip |
Added the `properties' option.
svn path=/trunk/; revision=2114
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 41d9da07..18de9f6c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -224,6 +224,7 @@ struct query int fetchlimit; /* max # msgs to get in single poll */ int batchlimit; /* max # msgs to pass in single SMTP session */ int expunge; /* max # msgs to pass between expunges */ + char *properties; /* passthrough properties for extensions */ struct idlist *oldsaved, *newsaved; |