aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 13:32:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 13:32:17 +0000
commit1905e1713f92c076af443f560f2ac0c0a864a1df (patch)
tree3b50669e446a20f98ec043f1d2cf1fb7e407a184 /options.c
parent9d7f8c9d54466a2df5d06a0ef268ae094d521203 (diff)
downloadfetchmail-1905e1713f92c076af443f560f2ac0c0a864a1df.tar.gz
fetchmail-1905e1713f92c076af443f560f2ac0c0a864a1df.tar.bz2
fetchmail-1905e1713f92c076af443f560f2ac0c0a864a1df.zip
Enable showdots to be set fro the command line.
svn path=/trunk/; revision=3843
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index bd4ebe70..8ab2adce 100644
--- a/options.c
+++ b/options.c
@@ -319,7 +319,7 @@ struct query *ctl; /* option record to be initialized */
rctl->invisible = TRUE;
break;
case LA_SHOWDOTS:
- rctl->showdots = TRUE;
+ rctl->showdots = FLAG_TRUE;
break;
case 'f':
case LA_RCFILE: