* src/modest-tny-store-actions.h
authorSergio Villar Senin <svillar@igalia.com>
Mon, 13 Nov 2006 10:14:30 +0000 (10:14 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 13 Nov 2006 10:14:30 +0000 (10:14 +0000)
commit4c17eac51757809148b84e229bede6323aac270a
treee313466c5dd1f1086f777edbbb793e53db148eff
parent4a2c0a363e35c5d1c673aa34ea1fddb28ddde1e5
   * src/modest-tny-store-actions.h
   * src/modest-tny-store-actions.c: removed from repository

* src/gtk/modest-account-assistant.h
   * src/gtk/modest-account-view-window.h
   * src/gtk/modest-store-widget.h
   * src/gtk/modest-edit-msg-window.h
   * src/gtk/modest-main-window.h
   * src/modest-protocol-mgr.h
   * src/widgets/modest-toolbar.h
   * src/widgets/modest-account-view.h
   * src/modest-widget-factory.h: removed include statement for i18n

   * src/gtk/modest-account-view-window.c
   * src/gtk/modest-transport-widget.c
   * src/gtk/modest-store-widget.c
   * src/gtk/modest-edit-msg-window.c
   * src/gtk/modest-main-window.c
   * src/gtk/modest-account-assistant.c
   * src/modest-text-utils.c
   * src/modest-protocol-mgr.c
   * src/modest-mail-operation.c
   * src/modest-widget-factory.c
   * src/widgets/modest-toolbar.c
   * src/widgets/modest-account-view.c: added include statement for i18n

   * src/gtk/modest-edit-msg-window.h
   * src/gtk/modest-edit-msg-window.c: some changes in include
statements.
(send_mail): modified in order to fit new ModestMailOperation API
(modest_edit_msg_window_new): added support to manage TnyMsg passed as
arguments. Replaced TnyMsgIface by TnyMsg

   * src/gtk/modest-main-window.c: some include statement changes.
(modest_main_window_class_init): Removed ModestConf and TnyAccountStore
(on_menu_reply_forward): added function to manage clicks on Reply,
Reply All and Forward buttons

   * src/modest-text-utils.h
   * src/modest-text-utils.c:
(cite): added function to generate the a cite to other message in the
body of another
(modest_text_utils_quote): now uses the cite method
(create_derivated_subject): creates the subject for a Re/Fw mail
(modest_text_utils_create_reply_subject): creates a Re subject
(modest_text_utils_create_forward_subject): creates a Fw subject
(modest_text_utils_create_cited_text): creates a cited text
(modest_text_utils_create_inlined_text): creates an inlined text
(modest_text_utils_remove_mail_from_mail_list): removes a mail address
from a comma-sepparated list of email addresses

   * src/modest-mail-operation.h
   * src/modest-mail-operation.c: added ModestMailOperationErrorCode
enumerated type. Added a TnyAccount, ModestMailOperationStatus, and a
GError to the private structure. Replaced the name
modest_mail_operation_send_mail with
modest_mail_operation_send_new_mail. Added
ModestMailOperationForwardType, ModestMailOperationReplyType,
ModestMailOperationReplyMode and ModestMailOperationStatus enumerated
types.
(modest_mail_operation_new): added TnyAccount as parameter to the
constructor
(modest_mail_operation_send_mail): added better error handling
(set_error): added, method to add an error to a mail operation
(status_update_cb): function to manage status changes during an async
folder refresh mail operation
(folder_refresh_cb): callback to asynchronously refresh account folders
(modest_mail_operation_create_forward_mail): added, creates a forward
mail
(modest_mail_operation_create_reply_mail): added, creates a reply mail
(modest_mail_operation_update_account): added, updates the folders of
an account
(modest_mail_operation_get_status): added, gets the status of a mail
operation
(modest_mail_operation_get_error): added, gets the error associated to
a mail operation
(modest_mail_operation_cancel): added, cancels a mail operation
(modest_error_quark): returns

   * src/modest-main.c: added i18n calls. Replaced send mail calls
with the new mail operations API.

   * src/modest-widget-factory.c: added a macro

   * src/widgets/modest-header-view.h
   * src/widgets/modest-header-view.c:
(modest_header_view_get_selected_headers): added, gets the list of
selected headers

   * src/widgets/modest-toolbar.c: added an if to prevent errors when
there is no icon for the buttons

   * src/widgets/modest-folder-view.c:
(on_selection_changed): added code to manage clicks on different situations

   * src/modest-tny-msg-actions.h
   * src/modest-tny-msg-actions.c: refactored some code.
(modest_tny_msg_actions_find_body): added, returns the body of a
message as text

   * src/modest-tny-account-store.c: removed invalid FIXME

   * src/Makefile.am: added i18n code

   * src/modest-tny-attachment.c: replaced interface class types
(*Iface) by interface types in some method signatures.

   * po
   * po/gl.po
   * po/ChangeLog
   * po/en_GB.po
   * po/Makevars
   * po/POTFILES.in
   * po/modest.pot
   * configure.ac
   * Makefile.am: added i18n support

pmo-trunk-r483
41 files changed:
Makefile.am
configure.ac
po/ChangeLog [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/Makevars [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/en_GB.po [new file with mode: 0644]
po/gl.po [new file with mode: 0644]
po/modest.pot [new file with mode: 0644]
src/Makefile.am
src/gtk/modest-account-assistant.c
src/gtk/modest-account-assistant.h
src/gtk/modest-account-view-window.c
src/gtk/modest-account-view-window.h
src/gtk/modest-edit-msg-window.c
src/gtk/modest-edit-msg-window.h
src/gtk/modest-main-window.c
src/gtk/modest-main-window.h
src/gtk/modest-store-widget.c
src/gtk/modest-store-widget.h
src/gtk/modest-transport-widget.c
src/modest-mail-operation.c
src/modest-mail-operation.h
src/modest-main.c
src/modest-protocol-mgr.c
src/modest-protocol-mgr.h
src/modest-text-utils.c
src/modest-text-utils.h
src/modest-tny-account-store.c
src/modest-tny-attachment.c
src/modest-tny-msg-actions.c
src/modest-tny-msg-actions.h
src/modest-widget-factory.c
src/modest-widget-factory.h
src/widgets/modest-account-view.c
src/widgets/modest-account-view.h
src/widgets/modest-folder-view.c
src/widgets/modest-header-view.c
src/widgets/modest-header-view.h
src/widgets/modest-toolbar.c
src/widgets/modest-toolbar.h