[dovecot-cvs] dovecot dovecot-example.conf,1.108,1.109
    cras at dovecot.org 
    cras at dovecot.org
       
    Sun Sep 12 17:27:00 EEST 2004
    
        - Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.17,
	1.18
 
        - Next message: [dovecot-cvs] dovecot/src/pop3 client.c, 1.34, 1.35 client.h, 1.6,
	1.7 commands.c, 1.26, 1.27 common.h, 1.3, 1.4 main.c, 1.14, 1.15
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv5006
Modified Files:
	dovecot-example.conf 
Log Message:
Added pop3_enable_last setting to enable deprecated LAST command.
Index: dovecot-example.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- dovecot-example.conf	11 Sep 2004 12:21:44 -0000	1.108
+++ dovecot-example.conf	12 Sep 2004 14:26:58 -0000	1.109
@@ -382,6 +382,11 @@
   # new/ to cur/, with mbox it doesn't write Status-header.
   #pop3_mails_keep_recent = no
 
+  # Support LAST command which exists in old POP3 specs, but has been removed
+  # from new ones. Some clients still wish to use this though. Enabling this
+  # makes RSET command clear all \Seen flags from messages.
+  #pop3_enable_last = no
+
   # Support for dynamically loadable modules.
   #mail_use_modules = no
   #mail_modules = /usr/lib/dovecot/pop3
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.17,
	1.18
 
	- Next message: [dovecot-cvs] dovecot/src/pop3 client.c, 1.34, 1.35 client.h, 1.6,
	1.7 commands.c, 1.26, 1.27 common.h, 1.3, 1.4 main.c, 1.14, 1.15
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list