diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 0e0877b7..44dc2917 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -101,7 +101,7 @@ struct method char *exit_cmd; /* exit command */ }; -#define TAGLEN 5 +#define TAGLEN 6 extern char tag[TAGLEN]; /* controls the detail level of status/progress messages written to stderr */ |