diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | rcfile_y.y | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,7 @@ fetchmail-4.0.7 () * Fixed a minor bug in handling of DNS errors in multidrop mode. * Added a `postconnect' analogous to `preconnect'. * Make `interval' count polls skipped because of interface or monitor option. +* Fix UIDL option processing. There are 258 people on the fetchmail-friends list. @@ -413,6 +413,7 @@ static void record_current(void) FLAG_FORCE(server.envelope); FLAG_FORCE(server.skip); FLAG_FORCE(server.dns); + FLAG_FORCE(server.uidl); #ifdef linux FLAG_FORCE(server.interface); @@ -466,6 +467,7 @@ void optmerge(struct query *h2, struct query *h1) FLAG_MERGE(server.envelope); FLAG_MERGE(server.skip); FLAG_MERGE(server.dns); + FLAG_MERGE(server.uidl); #ifdef linux FLAG_MERGE(server.interface); |