[dovecot-cvs] dovecot/src/imap cmd-select.c,1.37,1.38

cras at dovecot.org cras at dovecot.org
Tue Jul 12 16:40:09 EEST 2005


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv29244/imap

Modified Files:
	cmd-select.c 
Log Message:
Removed no-diskspace flag from status reply. It wasn't working and we're
going to be using alert_no_diskspace callback anyway when it does work
properly.



Index: cmd-select.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-select.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- cmd-select.c	2 Apr 2005 21:08:56 -0000	1.37
+++ cmd-select.c	12 Jul 2005 13:40:06 -0000	1.38
@@ -81,11 +81,6 @@
 			 t_strdup_printf("* OK [UIDNEXT %u] Predicted next UID",
 					 status.uidnext));
 
-	if (status.diskspace_full) {
-		client_send_line(client, "* OK [ALERT] "
-				 "Disk space is full, delete some messages.");
-	}
-
 	client_send_tagline(cmd, mailbox_is_readonly(box) ?
 			    "OK [READ-ONLY] Select completed." :
 			    "OK [READ-WRITE] Select completed.");



More information about the dovecot-cvs mailing list