diff options
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 252b19ff..8e1ec231 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -39,6 +39,7 @@ #define PS_SMTP 9 /* SMTP error */ #define PS_UNDEFINED 10 /* something I hadn't thought of */ #define PS_TRANSIENT 11 /* transient failure (internal use) */ +#define PS_REFUSED 12 /* mail refused (internal use) */ /* output noise level */ #define O_SILENT 0 /* mute, max squelch, etc. */ |