diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-10 20:30:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-10 20:30:51 +0000 |
commit | 36f3a7296943022abe94ded17a0cae82614f35ab (patch) | |
tree | 78131a3a79377b931f87734968904a5f458b6a28 /rcfile_y.y | |
parent | b84a4e366013cb3b1eddd4a8b4a8a27cd3bda5cf (diff) | |
download | fetchmail-36f3a7296943022abe94ded17a0cae82614f35ab.tar.gz fetchmail-36f3a7296943022abe94ded17a0cae82614f35ab.tar.bz2 fetchmail-36f3a7296943022abe94ded17a0cae82614f35ab.zip |
First step towards netrc fix.
svn path=/trunk/; revision=1078
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -150,17 +150,7 @@ serv_option : AKA alias_list | NO ENVELOPE {current.server.envelope = STRING_DISABLED;} ; -/* - * The first and only the first user spec may omit the USERNAME part. - * This is a backward-compatibility kluge to allow old popclient files - * to keep working. - */ userspecs : user1opts {record_current(); user_reset();} - | user1opts explicits - { - record_current(); user_reset(); - fprintf(stderr, "Warning: user entry with no `user' keyword\n"); - } | explicits ; |