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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 939eb377..9e4d9240 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -774,6 +774,8 @@ static void optmerge(struct query *h2, struct query *h1, int force) FLAG_MERGE(fetchlimit); FLAG_MERGE(batchlimit); FLAG_MERGE(expunge); + + FLAG_MERGE(properties); #undef FLAG_MERGE } -- cgit v1.2.3