aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-27 17:34:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-27 17:34:00 +0000
commite0ca7a370a20acf2732cbe4cd0e93d1751fb5366 (patch)
tree21f3f9fafddbb204d2fce5a5d31af2367388aa59 /rcfile_l.l
parent5c09cbae3e433ed47a60ef02f3146926ac915094 (diff)
downloadfetchmail-e0ca7a370a20acf2732cbe4cd0e93d1751fb5366.tar.gz
fetchmail-e0ca7a370a20acf2732cbe4cd0e93d1751fb5366.tar.bz2
fetchmail-e0ca7a370a20acf2732cbe4cd0e93d1751fb5366.zip
Added the wildcard option.
svn path=/trunk/; revision=575
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 0f6d43d4..74921b3d 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -43,6 +43,7 @@ here { return HERE; }
there { return THERE; }
to { return TO; }
= { return MAP; }
+"*" { return WILDCARD; }
keep { yylval.flag = FLAG_TRUE; return KEEP; }
flush { yylval.flag = FLAG_TRUE; return FLUSH; }