From 3299270c28441b9d01a24da727eeaa6553c4d7aa Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 Oct 1998 03:42:34 +0000 Subject: Added the `properties' option. svn path=/trunk/; revision=2114 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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; -- cgit v1.2.3