From cd64466ffcb4a506f7d022135ef6611c36c05ceb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 May 1997 21:53:14 +0000 Subject: Better functional separation. svn path=/trunk/; revision=1019 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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. */ -- cgit v1.2.3