diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-08 20:23:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-08 20:23:21 +0000 |
commit | 74b10ad53f67646209561548fe0b4acfc1f22690 (patch) | |
tree | 5f4fea03c6a807c3b1d2ec5737cf0d78ff158358 /rcfile_l.l | |
parent | 8189282e30abc8e82edafa0031b236ff654f08d9 (diff) | |
download | fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.gz fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.bz2 fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.zip |
Added the --invisible option.
svn path=/trunk/; revision=1492
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ set { return SET; } logfile { return LOGFILE; } daemon { return DAEMON; } syslog { return SYSLOG; } +invisible { return INVISIBLE; } defaults { return DEFAULTS; } server { return POLL; } |