[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c,1.25,1.26

cras at procontrol.fi cras at procontrol.fi
Wed Apr 28 03:18:33 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv32313

Modified Files:
	index-mail.c 
Log Message:
from_envelope crashfix..



Index: index-mail.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index-mail.c	27 Apr 2004 20:25:54 -0000	1.25
+++ index-mail.c	28 Apr 2004 00:18:31 -0000	1.26
@@ -482,6 +482,8 @@
 		data->save_envelope = TRUE;
 		(void)_mail->get_header(_mail, "Date");
 		return data->envelope;
+	case MAIL_FETCH_FROM_ENVELOPE:
+		return NULL;
 	default:
 		i_unreached();
 		return NULL;



More information about the dovecot-cvs mailing list