diff options
author | Not Zed <NotZed@Ximian.com> | 2003-05-01 10:19:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-05-01 10:19:46 +0800 |
commit | d5ab5576f228051f358d2b8720df00281a882021 (patch) | |
tree | 70c67aac479089e07156aa0e73ab83f361a34588 /mail/ChangeLog | |
parent | f2a740bdaa100a4abf1ebb52392a42651d803414 (diff) | |
download | gsoc2013-evolution-d5ab5576f228051f358d2b8720df00281a882021.tar.gz gsoc2013-evolution-d5ab5576f228051f358d2b8720df00281a882021.tar.zst gsoc2013-evolution-d5ab5576f228051f358d2b8720df00281a882021.zip |
** See bug #41748
2003-04-30 Not Zed <NotZed@Ximian.com>
** 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <NotZed@Ximian.com> + + ** 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 <katzj@redhat.com> * folder-browser-ui.c (fbui_sensitise_item): Don't just blindly |