diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-02 21:52:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-02 21:52:18 +0000 |
commit | 1a9213a862e2b7c2b3e918d7700a82f014004b08 (patch) | |
tree | e4a60219ff568f53f6f2853cf68a75694c0878c8 /fetchmail.h | |
parent | 971a363228832ae0210491c2629f964b8bb7aea7 (diff) | |
download | fetchmail-1a9213a862e2b7c2b3e918d7700a82f014004b08.tar.gz fetchmail-1a9213a862e2b7c2b3e918d7700a82f014004b08.tar.bz2 fetchmail-1a9213a862e2b7c2b3e918d7700a82f014004b08.zip |
Eliminated options->silent field.
svn path=/trunk/; revision=25
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index a73689de..0a97272c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -51,7 +51,6 @@ struct optrec { int keep; int verbose; int whichpop; - int silent; int limit; int fetchall; int flush; |