diff options
author | Milan Crha <mcrha@redhat.com> | 2007-10-30 17:06:26 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-30 17:06:26 +0800 |
commit | 21ec67eb25834ee0b37d72bafd464cb8b395efe5 (patch) | |
tree | d9f791a536290bc4183725a0c7528726406be30c /plugins/prefer-plain/ChangeLog | |
parent | 69c8f40f0919bf60dc39ea5d0e905e446a619870 (diff) | |
download | gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.tar gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.tar.gz gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.tar.bz2 gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.tar.lz gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.tar.xz gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.tar.zst gsoc2013-evolution-21ec67eb25834ee0b37d72bafd464cb8b395efe5.zip |
** Fix for bug #487922 (Sometimes evolution does not recognize
2007-10-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #487922
(Sometimes evolution does not recognize attachments)
* prefer-plain.c: (export_as_attachments): New helper function to
export message parts as attachments. This will traverse whole
hierarchy of message's parts in multipart message.
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Use this function to export other parts as attachments.
svn path=/trunk/; revision=34452
Diffstat (limited to 'plugins/prefer-plain/ChangeLog')
-rw-r--r-- | plugins/prefer-plain/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/prefer-plain/ChangeLog b/plugins/prefer-plain/ChangeLog index b9d69d4a36..82cd184dc0 100644 --- a/plugins/prefer-plain/ChangeLog +++ b/plugins/prefer-plain/ChangeLog @@ -1,3 +1,14 @@ +2007-10-30 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #487922 + (Sometimes evolution does not recognize attachments) + + * prefer-plain.c: (export_as_attachments): New helper function to + export message parts as attachments. This will traverse whole + hierarchy of message's parts in multipart message. + * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): + Use this function to export other parts as attachments. + 2007-09-05 Sankar P <psankar@novell.com> * prefer-plain.c: (e_plugin_lib_enable): |