diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |