From d5ab5576f228051f358d2b8720df00281a882021 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 1 May 2003 02:19:46 +0000 Subject: ** See bug #41748 2003-04-30 Not Zed ** See bug #41748 * mail-send-recv.c (build_dialogue): make sure we dont add any SEND_SEND types to the receive table. When we add the SEND_SEND type, key it on a fixed string SEND_URI_KEY. (receive_done): if it is a SEND_SEND type, use SEND_URI_KEY to remove it from the active list. (mail_receive_uri): make sure we never add a SEND_SEND type to the receive list. (mail_send): key the send info on SEND_URI_KEY not transport url. svn path=/trunk/; revision=21038 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 2d3f4c52f8..d1753181ac 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2003-04-30 Not Zed + + ** See bug #41748 + + * mail-send-recv.c (build_dialogue): make sure we dont add any + SEND_SEND types to the receive table. When we add the SEND_SEND + type, key it on a fixed string SEND_URI_KEY. + (receive_done): if it is a SEND_SEND type, use SEND_URI_KEY to + remove it from the active list. + (mail_receive_uri): make sure we never add a SEND_SEND type to the + receive list. + (mail_send): key the send info on SEND_URI_KEY not transport url. + 2003-04-29 Jeremy Katz * folder-browser-ui.c (fbui_sensitise_item): Don't just blindly -- cgit v1.2.3