[dovecot-cvs] dovecot configure.in,1.186,1.187
    cras at dovecot.org 
    cras at dovecot.org
       
    Mon Oct 18 04:13:27 EEST 2004
    
        - Previous message: [dovecot-cvs] dovecot/src/auth auth-client-connection.c, 1.14,
	1.15 mech.c, 1.43, 1.44 mech.h, 1.23, 1.24 passdb-sql.c, 1.1, 1.2
- Next message: [dovecot-cvs] dovecot/src/imap-login client-authenticate.c, 1.31,
	1.32 client.c, 1.30, 1.31
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv24063
Modified Files:
	configure.in 
Log Message:
Implemented support for LOGIN-REFERRALS using "referral" and "reason"
parameters from auth server.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- configure.in	15 Oct 2004 23:12:51 -0000	1.186
+++ configure.in	18 Oct 2004 01:13:25 -0000	1.187
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 1.0-test48)
+AM_INIT_AUTOMAKE(dovecot, 1.0-test49)
 
 AM_MAINTAINER_MODE
 
@@ -1326,7 +1326,7 @@
 dnl ** capabilities
 dnl **
 
-capability="IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT NAMESPACE"
+capability="IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT NAMESPACE LOGIN-REFERRALS"
 AC_DEFINE_UNQUOTED(CAPABILITY_STRING, "$capability", IMAP capabilities)
 
 CFLAGS="$CFLAGS $EXTRA_CFLAGS"
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/auth auth-client-connection.c, 1.14,
	1.15 mech.c, 1.43, 1.44 mech.h, 1.23, 1.24 passdb-sql.c, 1.1, 1.2
- Next message: [dovecot-cvs] dovecot/src/imap-login client-authenticate.c, 1.31,
	1.32 client.c, 1.30, 1.31
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the dovecot-cvs
mailing list