aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-17 13:17:42 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-17 13:17:42 +0000
commit33ee981f7123102a4686b4438abfcee3efe144ab (patch)
tree5850029d6dafde210390f55b8b6a6287ddcb5057 /rcfile_l.l
parent913ec33bcfc57b9ffeb9dbfa4c548d30fd4f3c60 (diff)
downloadfetchmail-33ee981f7123102a4686b4438abfcee3efe144ab.tar.gz
fetchmail-33ee981f7123102a4686b4438abfcee3efe144ab.tar.bz2
fetchmail-33ee981f7123102a4686b4438abfcee3efe144ab.zip
Merge Sunil Shetye's --limitflush patch.
svn path=/trunk/; revision=4289
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 21f05b4e..b8ff32a5 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -147,6 +147,7 @@ nodns |
noenvelope |
nokeep |
noflush |
+nolimitflush |
nofetchall |
norewrite |
noforcecr |
@@ -165,6 +166,7 @@ no {return NO;}
keep { return KEEP; }
flush { return FLUSH; }
+limitflush { return LIMITFLUSH; }
fetchall { return FETCHALL; }
rewrite { return REWRITE; }
forcecr { return FORCECR; }