aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-11-04 23:23:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-11-04 23:23:04 +0000
commit28a9baeb83858fdb6ed6e9a31615172d7a8c6c58 (patch)
treec4980b94ec224eb5248f83f6b1b59d226379cc9a /rcfile_y.y
parent8e4400dd9871f9043819b3fe50326ab47af96cfc (diff)
downloadfetchmail-28a9baeb83858fdb6ed6e9a31615172d7a8c6c58.tar.gz
fetchmail-28a9baeb83858fdb6ed6e9a31615172d7a8c6c58.tar.bz2
fetchmail-28a9baeb83858fdb6ed6e9a31615172d7a8c6c58.zip
Added --showdots option by Thomas Jarosch <tomj@gmx.de>
svn path=/trunk/; revision=2981
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 1c504143..f24f71a4 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -65,7 +65,7 @@ extern char * yytext;
%token NETSEC INTERFACE MONITOR PLUGIN PLUGOUT
%token IS HERE THERE TO MAP WILDCARD
%token BATCHLIMIT FETCHLIMIT EXPUNGE PROPERTIES
-%token SET LOGFILE DAEMON SYSLOG IDFILE INVISIBLE POSTMASTER BOUNCEMAIL
+%token SET LOGFILE DAEMON SYSLOG IDFILE INVISIBLE POSTMASTER BOUNCEMAIL SHOWDOTS
%token <proto> PROTO
%token <sval> STRING
%token <number> NUMBER
@@ -96,6 +96,7 @@ statement : SET LOGFILE optmap STRING {run.logfile = xstrdup($4);}
| SET PROPERTIES optmap STRING {run.properties =xstrdup($4);}
| SET SYSLOG {run.use_syslog = TRUE;}
| SET INVISIBLE {run.invisible = TRUE;}
+ | SET SHOWDOTS {run.showdots = TRUE;}
/*
* The way the next two productions are written depends on the fact that