diff options
Diffstat (limited to 'camel/providers/nntp/camel-nntp-resp-codes.h')
-rw-r--r-- | camel/providers/nntp/camel-nntp-resp-codes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/nntp/camel-nntp-resp-codes.h b/camel/providers/nntp/camel-nntp-resp-codes.h index 27d450b261..56aec79d3c 100644 --- a/camel/providers/nntp/camel-nntp-resp-codes.h +++ b/camel/providers/nntp/camel-nntp-resp-codes.h @@ -42,6 +42,8 @@ #define NNTP_NO_SUCH_GROUP 411 #define NNTP_NO_SUCH_ARTICLE 430 +#define NNTP_NO_PERMISSION 502 + /* authentication */ #define NNTP_AUTH_ACCEPTED 281 #define NNTP_AUTH_CONTINUE 381 |