* src/widgets/modest-header-view-render.c:
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 29 Jun 2007 16:58:46 +0000 (16:58 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 29 Jun 2007 16:58:46 +0000 (16:58 +0000)
commite8b728c2f975a5fb4e7a14d50303e94ad81d23af
treed37418253adcd2c9afdcc4df103ce5473d708aef
parent4bdeb5032c190279409ac03af0527464bed1b354
* src/widgets/modest-header-view-render.c:
        * Added some implementation work to retrieve the send status of
          mails in outbox. get_status_string() obtains the proper string
          for a status, get_status_of_uid() should retrieve the current
          status trying in all send queues, the cell renderer has a
          specific path for the case of outbox.
        * As currently it does not get the proper status from the
          send queue, we set always "waiting".
* src/widgets/modest-header-view-priv.h:
        * Added an enum of the types of compact cell renderer.
* src/widgets/modest-header-view.c:
        * Pass the proper mode to the compact cell renderer (incoming,
          outgoing, outbox).

pmo-trunk-r2502
src/widgets/modest-header-view-priv.h
src/widgets/modest-header-view-render.c
src/widgets/modest-header-view.c