From c963e82daa7e6ab216b1a9c6408825a1883c2463 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 16 Dec 2006 00:45:49 +0000 Subject: Drop PS_TRUNCATED (27), which is never returned. svn path=/branches/BRANCH_6-3/; revision=4991 --- fetchmail.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 3d6866f7..0893520a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -143,7 +143,6 @@ char *strstr(const char *, const char *); #define PS_TRANSIENT 24 /* transient failure (internal use) */ #define PS_REFUSED 25 /* mail refused (internal use) */ #define PS_RETAINED 26 /* message retained (internal use) */ -#define PS_TRUNCATED 27 /* headers incomplete (internal use) */ #define PS_REPOLL 28 /* repoll immediately with changed parameters (internal use) */ #define PS_IDLETIMEOUT 29 /* timeout on imap IDLE (internal use) */ -- cgit v1.2.3