diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 13:32:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-10-10 13:32:17 +0000 |
commit | 1905e1713f92c076af443f560f2ac0c0a864a1df (patch) | |
tree | 3b50669e446a20f98ec043f1d2cf1fb7e407a184 /options.c | |
parent | 9d7f8c9d54466a2df5d06a0ef268ae094d521203 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |