Work to fix NB#66729: after moving selected messages to another folder,
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 27 Sep 2007 17:07:11 +0000 (17:07 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 27 Sep 2007 17:07:11 +0000 (17:07 +0000)
commit9813bfcf4189f53a41e6c7839863016009aa88d8
treee24b01d630a1c2bb18c8be2a0c84c5d88020cead
parentd4bfaeccf3f632bd07186753f65894be7e53d9f4
Work to fix NB#66729: after moving selected messages to another folder,
selection should go to the next available message.
* src/modest-ui-actions.c:
        * Now we pass a MoveToHelper as argument for move_to_cb. This
          helper contains a row reference for the next row to be
          selected if move to is successful, and the information banner.
        * Added new method get_next_after_selected_headers, that
          obtains a row reference of the next row of the header view
          after the selected headers.
        * (move_to_cb). Now, if we get a row reference in move to
          helper, we select it after moving the messages.

pmo-trunk-r3432
src/modest-ui-actions.c