aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 13:29:25 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 13:29:25 +0000
commit9d7f8c9d54466a2df5d06a0ef268ae094d521203 (patch)
treef4ccea1eb334e056f24a9f49cd91cdd9bca3858d /rcfile_y.y
parent4957764ad5812148851bda92080eb6bb694452fc (diff)
downloadfetchmail-9d7f8c9d54466a2df5d06a0ef268ae094d521203.tar.gz
fetchmail-9d7f8c9d54466a2df5d06a0ef268ae094d521203.tar.bz2
fetchmail-9d7f8c9d54466a2df5d06a0ef268ae094d521203.zip
Better default for showdots.
svn path=/trunk/; revision=3842
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index bd5faa6d..48f75ee4 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -106,8 +106,8 @@ statement : SET LOGFILE optmap STRING {run.logfile = prependdir ($4, rcfiledir);
| SET NO SYSLOG {run.use_syslog = FALSE;}
| SET INVISIBLE {run.invisible = TRUE;}
| SET NO INVISIBLE {run.invisible = FALSE;}
- | SET SHOWDOTS {run.showdots = TRUE;}
- | SET NO SHOWDOTS {run.showdots = FALSE;}
+ | SET SHOWDOTS {run.showdots = FLAG_TRUE;}
+ | SET NO SHOWDOTS {run.showdots = FLAG_FALSE;}
/*
* The way the next two productions are written depends on the fact that