* src/widgets/modest-mail-header-view.c:
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 7 Mar 2007 11:32:05 +0000 (11:32 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 7 Mar 2007 11:32:05 +0000 (11:32 +0000)
commit28a28a37ba619ce45b8725531cb86b85bc6c0891
tree6b12915c9df588db83626948ef6321a0bccca9b9
parentce6ffa222c658f6055cc0250bf0927ccfbbd4a9e
* src/widgets/modest-mail-header-view.c:
        * Added modest_mail_header_view_update_is_sent. It detects
          if the mail is incoming or outcoming using the folder
          information.
* Added src/widgets/modest-attachments-view.[ch]:
        * New GtkTextView based view for attachments. It shows
          attachments as a list of links.
* src/widgets/modest-recpt-view.c:
        * Removed warnings that happened on instantiation of
          ModestRecptView. The problem was that a GtkScrolledWindow
          required to get adjustments in initialisation (even if they
          are NULL).
* src/widgets/modest-msg-view.c:
        * Modified to use the new ModestAttachmentsView widget, and
          removed old attachments_as_html as it's not required now.
* src/widgets/Makefile.am:
        * Included modest-attachments-view.[ch]
* src/Makefile.am:
        * Now gtk directory is gnome.

pmo-trunk-r892
src/Makefile.am
src/modest-platform.h
src/widgets/Makefile.am
src/widgets/modest-attachments-view.c [new file with mode: 0644]
src/widgets/modest-attachments-view.h [new file with mode: 0644]
src/widgets/modest-mail-header-view.c
src/widgets/modest-msg-view.c
src/widgets/modest-recpt-view.c