blob: 356a3fa4a6029932dbd426a256d4e3d5de12d11c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bp,v 1.1 2004/12/15 13:18:02 taca Exp $
--- yatd/yatsvr.h.orig 2001-07-09 12:32:52.000000000 +0900
+++ yatd/yatsvr.h
@@ -371,6 +371,7 @@ struct SYS_DAT {
unsigned pop3AuthFail: 1; /* pop3 authentication is failed */
unsigned newByUidl : 1; /* determine new mail by UIDL */
} Flags; /* flags */
+ int allow_xtnd; /* allow XTND commands */
};
#define ERRFLG_SYSERR BIT(0)
|