diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-17 21:53:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-17 21:53:14 +0000 |
commit | cd64466ffcb4a506f7d022135ef6611c36c05ceb (patch) | |
tree | 35e57364f98fcca3f9a9973cf85ec3852faf4386 /fetchmail.h | |
parent | 9a585e62cdaf60240e842950599003df2a211614 (diff) | |
download | fetchmail-cd64466ffcb4a506f7d022135ef6611c36c05ceb.tar.gz fetchmail-cd64466ffcb4a506f7d022135ef6611c36c05ceb.tar.bz2 fetchmail-cd64466ffcb4a506f7d022135ef6611c36c05ceb.zip |
Better functional separation.
svn path=/trunk/; revision=1019
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. */ |