aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-02 07:20:38 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-02 07:20:38 +0000
commit2be1639518a932a1d42989df6b1aae2ab9fc7d0d (patch)
treee9181f5aeea78b608ba354d7da3e287e2a296326 /rcfile_y.y
parent945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f (diff)
downloadfetchmail-2be1639518a932a1d42989df6b1aae2ab9fc7d0d.tar.gz
fetchmail-2be1639518a932a1d42989df6b1aae2ab9fc7d0d.tar.bz2
fetchmail-2be1639518a932a1d42989df6b1aae2ab9fc7d0d.zip
Dave Bodenstab's fixes.
svn path=/trunk/; revision=855
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index e9a381b0..693bcb9e 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -355,6 +355,7 @@ static void prc_register(void)
FLAG_FORCE(flush);
FLAG_FORCE(fetchall);
FLAG_FORCE(no_rewrite);
+ FLAG_FORCE(stripcr);
FLAG_FORCE(limit);
FLAG_FORCE(fetchlimit);
FLAG_FORCE(batchlimit);
@@ -396,6 +397,7 @@ void optmerge(struct query *h2, struct query *h1)
FLAG_MERGE(flush);
FLAG_MERGE(fetchall);
FLAG_MERGE(no_rewrite);
+ FLAG_MERGE(stripcr);
FLAG_MERGE(limit);
FLAG_MERGE(fetchlimit);
FLAG_MERGE(batchlimit);