diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-17 16:24:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-17 16:24:28 +0000 |
commit | f6b7a3a3a1512c1a877f39b5bc606dcef2fcd922 (patch) | |
tree | 97d1943437bb43233ab65d76019f33761b51c96b /fetchmail.h | |
parent | 25844176b66a992b42041fd07bf14096f3d2ad02 (diff) | |
download | fetchmail-f6b7a3a3a1512c1a877f39b5bc606dcef2fcd922.tar.gz fetchmail-f6b7a3a3a1512c1a877f39b5bc606dcef2fcd922.tar.bz2 fetchmail-f6b7a3a3a1512c1a877f39b5bc606dcef2fcd922.zip |
More verbosity fixes.
svn path=/trunk/; revision=2103
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 2143a89a..41d9da07 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -73,6 +73,7 @@ #define O_NORMAL 1 /* user-friendly */ #define O_VERBOSE 2 /* chatty */ #define O_DEBUG 3 /* prolix */ +#define O_MONITOR O_VERBOSE #define SIZETICKER 1024 /* print 1 dot per this many bytes */ |