diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 7ee599dd..2143a89a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -71,7 +71,8 @@ /* output noise level */ #define O_SILENT 0 /* mute, max squelch, etc. */ #define O_NORMAL 1 /* user-friendly */ -#define O_VERBOSE 2 /* excessive */ +#define O_VERBOSE 2 /* chatty */ +#define O_DEBUG 3 /* prolix */ #define SIZETICKER 1024 /* print 1 dot per this many bytes */ |