diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-17 13:17:42 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-17 13:17:42 +0000 |
commit | 33ee981f7123102a4686b4438abfcee3efe144ab (patch) | |
tree | 5850029d6dafde210390f55b8b6a6287ddcb5057 /rcfile_l.l | |
parent | 913ec33bcfc57b9ffeb9dbfa4c548d30fd4f3c60 (diff) | |
download | fetchmail-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.l | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |