diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-28 16:16:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-28 16:16:13 +0000 |
commit | 7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8 (patch) | |
tree | d7c878d5f6eb90b1a132cc200b44ea022c9fa144 /rcfile_l.l | |
parent | f7aef23b0c18a1ee4724f9e10984427cdee07c5d (diff) | |
download | fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.tar.gz fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.tar.bz2 fetchmail-7301e74a9bfbf0abaf2782bc2b7112a84bcd32c8.zip |
Added the dropstatus option.
svn path=/trunk/; revision=1183
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ rewrite { return REWRITE; } forcecr { return FORCECR; } stripcr { return STRIPCR; } pass8(bits)? { return PASS8BITS; } +dropstatus? { return DROPSTATUS; } dns { return DNS; } uidl { return UIDL; } |