diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-14 22:36:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-14 22:36:24 +0000 |
commit | baa9e9f5d866de4e238f56d250d0bb1d8a6744c5 (patch) | |
tree | 5eadba6d4e90bc9df380d25b8fb8ca9e8c3b38e3 /fetchmail.c | |
parent | 0a20a3e954ed0d0b3ab0395bd0b5eef48864110d (diff) | |
download | fetchmail-baa9e9f5d866de4e238f56d250d0bb1d8a6744c5.tar.gz fetchmail-baa9e9f5d866de4e238f56d250d0bb1d8a6744c5.tar.bz2 fetchmail-baa9e9f5d866de4e238f56d250d0bb1d8a6744c5.zip |
Fixed postconnect option.
svn path=/trunk/; revision=2086
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 32fe7659..a9d737c9 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -753,6 +753,7 @@ static void optmerge(struct query *h2, struct query *h1, int force) FLAG_MERGE(mda); FLAG_MERGE(smtpaddress); FLAG_MERGE(preconnect); + FLAG_MERGE(postconnect); FLAG_MERGE(keep); FLAG_MERGE(flush); |