* Added new store actions: create/remove/rename/delete folder
authorSergio Villar Senin <svillar@igalia.com>
Tue, 21 Nov 2006 17:59:34 +0000 (17:59 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 21 Nov 2006 17:59:34 +0000 (17:59 +0000)
commitbc7bfc2a42a7fb701a57365c8dfc4b6faa9a03a1
treee3ded3e0259b5a91fd5da57dd0113697eb28bd8f
parent00aeb4790c8e4a7c22c59a820c4bfacc9e123f52
* Added new store actions: create/remove/rename/delete folder

* Added two new account keys, forward_type, reply_type

* src/gtk/modest-edit-msg-window.c: the From field is now selected
from the combo selection

* src/gtk/main-window.c: added reply/forward support through
ModestConf. Updated to the new MailOperation API. Added a method to
handle presses on to the delete button

* src/widgets/modest-msg-view.c
* src/modest-mail-operation.c: updated to the new TnyMimePart API

* src/modest-widget-factory.c: added a new handler for key presses
over the folder view. Updated to the new TnyGtkAccountTreeModel API.

* src/widgets/modest-combo-box.c: added the inheritance from
GtkComboBox. Added a new function to get the active display name. Some
refactorings.

* src/widgets/modest-folder-view: added/removed some members of the
priv structure. Added get_selected_account method. Added handler for
subscription_changed signal. Some other utility functions added.

* src/modest-tny-msg-actions.c: added modest_tny_msg_actions_copy,
modest_tny_msg_actions_move methods to transfer messages. Added
modest_tny_msg_actions_remove to remove messages

pmo-trunk-r486
21 files changed:
src/Makefile.am
src/gtk/modest-edit-msg-window.c
src/gtk/modest-main-window.c
src/gtk/modest-store-widget.h
src/modest-account-keys.h
src/modest-account-mgr.c
src/modest-account-mgr.h
src/modest-mail-operation.c
src/modest-mail-operation.h
src/modest-tny-account-store.c
src/modest-tny-msg-actions.c
src/modest-tny-msg-actions.h
src/modest-tny-store-actions.c
src/modest-tny-store-actions.h
src/modest-widget-factory.c
src/widgets/modest-combo-box.c
src/widgets/modest-combo-box.h
src/widgets/modest-folder-view.c
src/widgets/modest-folder-view.h
src/widgets/modest-header-view.c
src/widgets/modest-msg-view.c