diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-24 14:18:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-24 14:18:36 +0800 |
commit | 2131710f7575b2b549066e9af5f6f2fd399345df (patch) | |
tree | 9cf9390e2da9a6c00b6b627a65ab273047ab023a /mail/ChangeLog | |
parent | c1dee244344d21d22213d97a62c3139d9607473b (diff) | |
download | gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.tar gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.tar.gz gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.tar.bz2 gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.tar.lz gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.tar.xz gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.tar.zst gsoc2013-evolution-2131710f7575b2b549066e9af5f6f2fd399345df.zip |
Commit a fix that I thought I committed a while ago:
2002-07-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (handle_multipart_encrypted): Commit a fix that I
thought I committed a while ago:
* mail-format.c (handle_multipart_encrypted): Pass the correct
pointer into camel_multipart_encrypted_decrypt().
* mail-ops.c (mail_send_message): Rework the logic a bit. If we
find an account, use that to set the sent_folder_uri and the
transport_url, otherwise use the X-Evolution-Transport and
X-Evolution-Fcc headers.
svn path=/trunk/; revision=17566
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 c3ec3dbb33..340e595bf7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2002-07-24 Jeffrey Stedfast <fejj@ximian.com> + + * mail-format.c (handle_multipart_encrypted): Commit a fix that I + thought I committed a while ago: + + * mail-format.c (handle_multipart_encrypted): Pass the correct + pointer into camel_multipart_encrypted_decrypt(). + + * mail-ops.c (mail_send_message): Rework the logic a bit. If we + find an account, use that to set the sent_folder_uri and the + transport_url, otherwise use the X-Evolution-Transport and + X-Evolution-Fcc headers. + 2002-07-23 Jeffrey Stedfast <fejj@ximian.com> * message-tag-followup.c (message_tag_followup_decode): Don't use |