* src/modest-tny-mime-part.[ch]:
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 8 Feb 2008 10:26:56 +0000 (10:26 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 8 Feb 2008 10:26:56 +0000 (10:26 +0000)
commit4e501493efaac0d9331e924a2ea569497abff1bf
treef4af4a412fa3276570e45c694a41e341c9a00982
parent7b5e28b0d2c2097f2804ab31b13d2aef3b49750a
* src/modest-tny-mime-part.[ch]:
        * New method to know if a TnyMsg instance is really a message
          or in fact it's a direct attachment.
* src/widgets/modest-attachments-view.c:
        * On setting a message, if it's an application
          multipart/related, show its contents as attachments (should
          help showing smil messages).
        * On setting a message, if the top mime part is a file, then
          show it as attachment.
* src/modest-tny-msg.c:
        * Modify code to detect body, to take into account the
          application multiparts (as smil) and direct attachments. These
          shouldn't show a body.
        * On creating forward messages, attach properly the direct
          attachments (we don't show any body for them).
* src/maemo/modest-msg-view-window.c:
        * Manage properly the application multiparts and top mime part
          attachments.
* src/modest-formatter.c:
        * Modify attach method to work if body is NULL.

pmo-trunk-r4147
src/maemo/modest-msg-view-window.c
src/modest-formatter.c
src/modest-tny-mime-part.c
src/modest-tny-mime-part.h
src/modest-tny-msg.c
src/widgets/modest-attachments-view.c