aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-08 20:23:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-08 20:23:21 +0000
commit74b10ad53f67646209561548fe0b4acfc1f22690 (patch)
tree5f4fea03c6a807c3b1d2ec5737cf0d78ff158358 /rcfile_l.l
parent8189282e30abc8e82edafa0031b236ff654f08d9 (diff)
downloadfetchmail-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.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index b6fc9b62..4a612f87 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -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; }