* Fixed a typo in a define
authorSergio Villar Senin <svillar@igalia.com>
Fri, 9 Feb 2007 09:08:32 +0000 (09:08 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 9 Feb 2007 09:08:32 +0000 (09:08 +0000)
* Fixed some issues in the documentation
* Fixed a issue in the test compilation

pmo-trunk-r804

33 files changed:
docs/reference/Makefile.am
docs/reference/modest-docs.sgml
docs/reference/modest-sections.txt
docs/reference/tmpl/modest-account-assistant.sgml
docs/reference/tmpl/modest-account-mgr.sgml
docs/reference/tmpl/modest-account-view-window.sgml
docs/reference/tmpl/modest-conf.sgml
docs/reference/tmpl/modest-debug.sgml
docs/reference/tmpl/modest-defs.sgml
docs/reference/tmpl/modest-error.sgml
docs/reference/tmpl/modest-folder-view.sgml
docs/reference/tmpl/modest-header-view.sgml
docs/reference/tmpl/modest-icon-factory.sgml
docs/reference/tmpl/modest-local-folder-info.sgml
docs/reference/tmpl/modest-mail-operation.sgml
docs/reference/tmpl/modest-main-window.sgml
docs/reference/tmpl/modest-marshal.sgml
docs/reference/tmpl/modest-pair.sgml
docs/reference/tmpl/modest-presets.sgml
docs/reference/tmpl/modest-store-widget.sgml
docs/reference/tmpl/modest-text-utils.sgml
docs/reference/tmpl/modest-tny-account-store.sgml
docs/reference/tmpl/modest-tny-folder.sgml
docs/reference/tmpl/modest-tny-platform-factory.sgml
docs/reference/tmpl/modest-transport-widget.sgml
docs/reference/tmpl/modest-transport-widget.sgml.bak
docs/reference/tmpl/modest-ui-actions.sgml
docs/reference/tmpl/modest-unused.sgml
docs/reference/tmpl/modest-window-priv.sgml
docs/reference/tmpl/modest-window.sgml
src/modest-defs.h
tests/Makefile.am
tests/check_folder-transfer.c

index f61422d..6932beb 100644 (file)
@@ -85,24 +85,27 @@ GTKDOC_LIBS= \
        $(top_builddir)/src/gtk/libmodest-ui.la         \
        $(top_builddir)/src/widgets/libmodest-widgets.la\
        ${top_builddir}/src/modest-account-mgr.o \
        $(top_builddir)/src/gtk/libmodest-ui.la         \
        $(top_builddir)/src/widgets/libmodest-widgets.la\
        ${top_builddir}/src/modest-account-mgr.o \
+       ${top_builddir}/src/modest-account-mgr-helpers.o \
+       ${top_builddir}/src/modest-account-mgr-priv.o \
        ${top_builddir}/src/modest-cache-mgr.o \
        ${top_builddir}/src/modest-conf.o \
        ${top_builddir}/src/modest-formatter.o \
        ${top_builddir}/src/modest-cache-mgr.o \
        ${top_builddir}/src/modest-conf.o \
        ${top_builddir}/src/modest-formatter.o \
-       ${top_builddir}/src/modest-icon-factory.o \
        ${top_builddir}/src/modest-local-folder-info.o \
        ${top_builddir}/src/modest-mail-operation.o \
        ${top_builddir}/src/modest-mail-operation-queue.o \
        ${top_builddir}/src/modest-marshal.o \
        ${top_builddir}/src/modest-pair.o \
        ${top_builddir}/src/modest-local-folder-info.o \
        ${top_builddir}/src/modest-mail-operation.o \
        ${top_builddir}/src/modest-mail-operation-queue.o \
        ${top_builddir}/src/modest-marshal.o \
        ${top_builddir}/src/modest-pair.o \
-       ${top_builddir}/src/modest-presets.o \
        ${top_builddir}/src/modest-protocol-info.o \
        ${top_builddir}/src/modest-protocol-info.o \
+       ${top_builddir}/src/modest-runtime.o \
+       ${top_builddir}/src/modest-singletons.o \
        ${top_builddir}/src/modest-text-utils.o \
        ${top_builddir}/src/modest-text-utils.o \
+       ${top_builddir}/src/modest-tny-account.o \
        ${top_builddir}/src/modest-tny-account-store.o \
        ${top_builddir}/src/modest-tny-folder.o \
        ${top_builddir}/src/modest-tny-account-store.o \
        ${top_builddir}/src/modest-tny-folder.o \
-       ${top_builddir}/src/modest-tny-msg-actions.o \
+       ${top_builddir}/src/modest-tny-msg.o \
        ${top_builddir}/src/modest-tny-platform-factory.o \
        ${top_builddir}/src/modest-tny-platform-factory.o \
-       ${top_builddir}/src/modest-ui.o \
-       ${top_builddir}/src/modest-widget-factory.o \
+       ${top_builddir}/src/modest-tny-send-queue.o \
+       ${top_builddir}/src/modest-ui-actions.o \
        ${top_builddir}/src/modest-widget-memory.o
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
        ${top_builddir}/src/modest-widget-memory.o
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
index d6d390d..76d900d 100644 (file)
@@ -21,8 +21,6 @@
 <!ENTITY ModestTnyFolder SYSTEM "xml/modest-tny-folder.xml">
 <!ENTITY ModestTnyMsgActions SYSTEM "xml/modest-tny-msg-actions.xml">
 <!ENTITY ModestTnyPlatformFactory SYSTEM "xml/modest-tny-platform-factory.xml">
 <!ENTITY ModestTnyFolder SYSTEM "xml/modest-tny-folder.xml">
 <!ENTITY ModestTnyMsgActions SYSTEM "xml/modest-tny-msg-actions.xml">
 <!ENTITY ModestTnyPlatformFactory SYSTEM "xml/modest-tny-platform-factory.xml">
-<!ENTITY ModestUI SYSTEM "xml/modest-ui.xml">
-<!ENTITY ModestWidgetFactory SYSTEM "xml/modest-widget-factory.xml">
 <!ENTITY ModestWidgetMemory SYSTEM "xml/modest-widget-memory.xml">
 
 <!ENTITY widgets-ModestAccountView SYSTEM "xml/modest-account-view.xml">
 <!ENTITY ModestWidgetMemory SYSTEM "xml/modest-widget-memory.xml">
 
 <!ENTITY widgets-ModestAccountView SYSTEM "xml/modest-account-view.xml">
@@ -93,8 +91,6 @@
           &ModestTnyFolder;
           &ModestTnyMsgActions;
           &ModestTnyPlatformFactory;
           &ModestTnyFolder;
           &ModestTnyMsgActions;
           &ModestTnyPlatformFactory;
-          &ModestUI;
-          &ModestWidgetFactory;
           &ModestWidgetMemory;
       </chapter>
       <chapter id="widgets">
           &ModestWidgetMemory;
       </chapter>
       <chapter id="widgets">
index cf816e5..b2514de 100644 (file)
@@ -1,37 +1,15 @@
 <SECTION>
 <SECTION>
-<FILE>modest-ui</FILE>
-<TITLE>ModestUI</TITLE>
-ModestUI
-modest_ui_new
-modest_ui_main_window
-modest_ui_edit_window
-<SUBSECTION Standard>
-MODEST_UI
-MODEST_IS_UI
-MODEST_TYPE_UI
-modest_ui_get_type
-MODEST_UI_CLASS
-MODEST_IS_UI_CLASS
-MODEST_UI_GET_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>modest-account-mgr</FILE>
 <TITLE>ModestAccountMgr</TITLE>
 ModestAccountMgr
 <FILE>modest-account-mgr</FILE>
 <TITLE>ModestAccountMgr</TITLE>
 ModestAccountMgr
-ModestServerAccountData
-ModestAccountData
 modest_account_mgr_new
 modest_account_mgr_add_account
 modest_account_mgr_add_server_account
 modest_account_mgr_new
 modest_account_mgr_add_account
 modest_account_mgr_add_server_account
+modest_account_mgr_add_server_account_uri
 modest_account_mgr_remove_account
 modest_account_mgr_remove_account
-modest_account_mgr_get_account_data
-modest_account_mgr_free_account_data
 modest_account_mgr_account_names
 modest_account_mgr_search_server_accounts
 modest_account_mgr_account_exists
 modest_account_mgr_account_names
 modest_account_mgr_search_server_accounts
 modest_account_mgr_account_exists
-modest_account_mgr_account_set_enabled
-modest_account_mgr_account_get_enabled
 modest_account_mgr_get_string
 modest_account_mgr_get_int
 modest_account_mgr_get_bool
 modest_account_mgr_get_string
 modest_account_mgr_get_int
 modest_account_mgr_get_bool
@@ -106,9 +84,6 @@ MODEST_FORMATTER_GET_CLASS
 <TITLE>ModestTnyPlatformFactory</TITLE>
 ModestTnyPlatformFactory
 modest_tny_platform_factory_get_instance
 <TITLE>ModestTnyPlatformFactory</TITLE>
 ModestTnyPlatformFactory
 modest_tny_platform_factory_get_instance
-modest_tny_platform_factory_get_account_mgr_instance
-modest_tny_platform_factory_get_conf_instance
-modest_tny_platform_factory_get_mail_operation_queue_instance
 <SUBSECTION Standard>
 MODEST_TNY_PLATFORM_FACTORY
 MODEST_IS_TNY_PLATFORM_FACTORY
 <SUBSECTION Standard>
 MODEST_TNY_PLATFORM_FACTORY
 MODEST_IS_TNY_PLATFORM_FACTORY
@@ -177,36 +152,13 @@ MODEST_MAIL_OPERATION_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-widget-factory</FILE>
-<TITLE>ModestWidgetFactory</TITLE>
-ModestWidgetFactory
-ModestComboBoxType
-modest_widget_factory_new
-modest_widget_factory_get_folder_view
-modest_widget_factory_get_header_view
-modest_widget_factory_get_msg_preview
-modest_widget_factory_get_account_view
-modest_widget_factory_get_progress_bar
-modest_widget_factory_get_status_bar
-modest_widget_factory_get_combo_box
-modest_widget_factory_get_online_toggle
-modest_widget_factory_get_folder_info_label
-<SUBSECTION Standard>
-MODEST_WIDGET_FACTORY
-MODEST_IS_WIDGET_FACTORY
-MODEST_TYPE_WIDGET_FACTORY
-modest_widget_factory_get_type
-MODEST_WIDGET_FACTORY_CLASS
-MODEST_IS_WIDGET_FACTORY_CLASS
-MODEST_WIDGET_FACTORY_GET_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>modest-tny-account-store</FILE>
 ModestTnyGetPassFunc
 <TITLE>ModestTnyAccountStore</TITLE>
 ModestTnyAccountStore
 modest_tny_account_store_new
 <FILE>modest-tny-account-store</FILE>
 ModestTnyGetPassFunc
 <TITLE>ModestTnyAccountStore</TITLE>
 ModestTnyAccountStore
 modest_tny_account_store_new
+modest_tny_account_store_get_tny_account_by_id
+modest_tny_account_store_get_tny_account_by_account
 tny_account_store_get_session
 <SUBSECTION Standard>
 MODEST_TNY_ACCOUNT_STORE
 tny_account_store_get_session
 <SUBSECTION Standard>
 MODEST_TNY_ACCOUNT_STORE
@@ -219,6 +171,61 @@ MODEST_TNY_ACCOUNT_STORE_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-cache-mgr</FILE>
+<TITLE>ModestCacheMgr</TITLE>
+ModestCacheMgr
+ModestCacheMgrCacheType
+modest_cache_mgr_new
+modest_cache_mgr_get_cache
+modest_cache_mgr_flush
+modest_cache_mgr_flush_all
+modest_cache_mgr_get_size
+<SUBSECTION Standard>
+MODEST_CACHE_MGR
+MODEST_IS_CACHE_MGR
+MODEST_TYPE_CACHE_MGR
+modest_cache_mgr_get_type
+MODEST_CACHE_MGR_CLASS
+MODEST_IS_CACHE_MGR_CLASS
+MODEST_CACHE_MGR_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>modest-tny-send-queue</FILE>
+<TITLE>ModestTnySendQueue</TITLE>
+ModestTnySendQueue
+modest_tny_send_queue_new
+<SUBSECTION Standard>
+MODEST_TNY_SEND_QUEUE
+MODEST_IS_TNY_SEND_QUEUE
+MODEST_TYPE_TNY_SEND_QUEUE
+modest_tny_send_queue_get_type
+MODEST_TNY_SEND_QUEUE_CLASS
+MODEST_IS_TNY_SEND_QUEUE_CLASS
+MODEST_TNY_SEND_QUEUE_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>modest-singletons</FILE>
+<TITLE>ModestSingletons</TITLE>
+ModestSingletons
+modest_singletons_new
+modest_singletons_get_conf
+modest_singletons_get_account_mgr
+modest_singletons_get_account_store
+modest_singletons_get_cache_mgr
+modest_singletons_get_mail_operation_queue
+<SUBSECTION Standard>
+MODEST_SINGLETONS
+MODEST_IS_SINGLETONS
+MODEST_TYPE_SINGLETONS
+modest_singletons_get_type
+MODEST_SINGLETONS_CLASS
+MODEST_IS_SINGLETONS_CLASS
+MODEST_SINGLETONS_GET_CLASS
+</SECTION>
+
+<SECTION>
 <FILE>modest-account-assistant</FILE>
 <TITLE>ModestAccountAssistant</TITLE>
 ModestAccountAssistant
 <FILE>modest-account-assistant</FILE>
 <TITLE>ModestAccountAssistant</TITLE>
 ModestAccountAssistant
@@ -257,6 +264,7 @@ modest_store_widget_get_remember_password
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
+modest_store_widget_get_path
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
@@ -326,6 +334,7 @@ modest_store_widget_get_remember_password
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
+modest_store_widget_get_path
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
@@ -342,6 +351,7 @@ MODEST_STORE_WIDGET_GET_CLASS
 ModestTransportWidget
 modest_transport_widget_new
 modest_transport_widget_get_remember_password
 ModestTransportWidget
 modest_transport_widget_new
 modest_transport_widget_get_remember_password
+modest_transport_widget_get_requires_auth
 modest_transport_widget_get_username
 modest_transport_widget_get_servername
 modest_transport_widget_get_proto
 modest_transport_widget_get_username
 modest_transport_widget_get_servername
 modest_transport_widget_get_proto
@@ -356,6 +366,21 @@ MODEST_TRANSPORT_WIDGET_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-msg-view-window</FILE>
+<TITLE>ModestMsgViewWindow</TITLE>
+ModestMsgViewWindow
+modest_msg_view_window_new
+<SUBSECTION Standard>
+MODEST_MSG_VIEW_WINDOW
+MODEST_IS_MSG_VIEW_WINDOW
+MODEST_TYPE_MSG_VIEW_WINDOW
+modest_msg_view_window_get_type
+MODEST_MSG_VIEW_WINDOW_CLASS
+MODEST_IS_MSG_VIEW_WINDOW_CLASS
+MODEST_MSG_VIEW_WINDOW_GET_CLASS
+</SECTION>
+
+<SECTION>
 <FILE>modest-header-view</FILE>
 MODEST_HEADER_VIEW_COLUMN
 ModestHeaderViewColumn
 <FILE>modest-header-view</FILE>
 MODEST_HEADER_VIEW_COLUMN
 ModestHeaderViewColumn
@@ -415,23 +440,23 @@ MODEST_TNY_STREAM_GTKHTML_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-edit-msg-window</FILE>
-<TITLE>ModestEditMsgWindow</TITLE>
-ModestEditMsgWindow
+<FILE>modest-msg-edit-window</FILE>
+<TITLE>ModestMsgEditWindow</TITLE>
+ModestMsgEditWindow
 ModestEditType
 MsgData
 ModestEditType
 MsgData
-modest_edit_msg_window_new
-modest_edit_msg_window_set_msg
-modest_edit_msg_window_get_msg_data
-modest_edit_msg_window_free_msg_data
+modest_msg_edit_window_new
+modest_msg_edit_window_set_msg
+modest_msg_edit_window_get_msg_data
+modest_msg_edit_window_free_msg_data
 <SUBSECTION Standard>
 <SUBSECTION Standard>
-MODEST_EDIT_MSG_WINDOW
-MODEST_IS_EDIT_MSG_WINDOW
-MODEST_TYPE_EDIT_MSG_WINDOW
-modest_edit_msg_window_get_type
-MODEST_EDIT_MSG_WINDOW_CLASS
-MODEST_IS_EDIT_MSG_WINDOW_CLASS
-MODEST_EDIT_MSG_WINDOW_GET_CLASS
+MODEST_MSG_EDIT_WINDOW
+MODEST_IS_MSG_EDIT_WINDOW
+MODEST_TYPE_MSG_EDIT_WINDOW
+modest_msg_edit_window_get_type
+MODEST_MSG_EDIT_WINDOW_CLASS
+MODEST_IS_MSG_EDIT_WINDOW_CLASS
+MODEST_MSG_EDIT_WINDOW_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -441,6 +466,9 @@ ModestFolderView
 modest_folder_view_new
 modest_folder_view_set_title
 modest_folder_view_get_selected
 modest_folder_view_new
 modest_folder_view_set_title
 modest_folder_view_get_selected
+modest_folder_view_rename
+modest_folder_view_add_subfolder
+modest_folder_view_update_model
 <SUBSECTION Standard>
 MODEST_FOLDER_VIEW
 MODEST_IS_FOLDER_VIEW
 <SUBSECTION Standard>
 MODEST_FOLDER_VIEW
 MODEST_IS_FOLDER_VIEW
@@ -505,8 +533,6 @@ ModestWindowParent
 ModestWindowParentClass
 <TITLE>ModestWindow</TITLE>
 ModestWindow
 ModestWindowParentClass
 <TITLE>ModestWindow</TITLE>
 ModestWindow
-modest_window_get_account_store
-modest_window_get_widget_factory
 <SUBSECTION Standard>
 MODEST_WINDOW
 MODEST_IS_WINDOW
 <SUBSECTION Standard>
 MODEST_WINDOW
 MODEST_IS_WINDOW
@@ -518,6 +544,21 @@ MODEST_WINDOW_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-msg-view-window</FILE>
+<TITLE>ModestMsgViewWindow</TITLE>
+ModestMsgViewWindow
+modest_msg_view_window_new
+<SUBSECTION Standard>
+MODEST_MSG_VIEW_WINDOW
+MODEST_IS_MSG_VIEW_WINDOW
+MODEST_TYPE_MSG_VIEW_WINDOW
+modest_msg_view_window_get_type
+MODEST_MSG_VIEW_WINDOW_CLASS
+MODEST_IS_MSG_VIEW_WINDOW_CLASS
+MODEST_MSG_VIEW_WINDOW_GET_CLASS
+</SECTION>
+
+<SECTION>
 <FILE>modest-header-view</FILE>
 MODEST_HEADER_VIEW_COLUMN
 ModestHeaderViewColumn
 <FILE>modest-header-view</FILE>
 MODEST_HEADER_VIEW_COLUMN
 ModestHeaderViewColumn
@@ -577,23 +618,23 @@ MODEST_TNY_STREAM_GTKHTML_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-edit-msg-window</FILE>
-<TITLE>ModestEditMsgWindow</TITLE>
-ModestEditMsgWindow
+<FILE>modest-msg-edit-window</FILE>
+<TITLE>ModestMsgEditWindow</TITLE>
+ModestMsgEditWindow
 ModestEditType
 MsgData
 ModestEditType
 MsgData
-modest_edit_msg_window_new
-modest_edit_msg_window_set_msg
-modest_edit_msg_window_get_msg_data
-modest_edit_msg_window_free_msg_data
+modest_msg_edit_window_new
+modest_msg_edit_window_set_msg
+modest_msg_edit_window_get_msg_data
+modest_msg_edit_window_free_msg_data
 <SUBSECTION Standard>
 <SUBSECTION Standard>
-MODEST_EDIT_MSG_WINDOW
-MODEST_IS_EDIT_MSG_WINDOW
-MODEST_TYPE_EDIT_MSG_WINDOW
-modest_edit_msg_window_get_type
-MODEST_EDIT_MSG_WINDOW_CLASS
-MODEST_IS_EDIT_MSG_WINDOW_CLASS
-MODEST_EDIT_MSG_WINDOW_GET_CLASS
+MODEST_MSG_EDIT_WINDOW
+MODEST_IS_MSG_EDIT_WINDOW
+MODEST_TYPE_MSG_EDIT_WINDOW
+modest_msg_edit_window_get_type
+MODEST_MSG_EDIT_WINDOW_CLASS
+MODEST_IS_MSG_EDIT_WINDOW_CLASS
+MODEST_MSG_EDIT_WINDOW_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -603,6 +644,9 @@ ModestFolderView
 modest_folder_view_new
 modest_folder_view_set_title
 modest_folder_view_get_selected
 modest_folder_view_new
 modest_folder_view_set_title
 modest_folder_view_get_selected
+modest_folder_view_rename
+modest_folder_view_add_subfolder
+modest_folder_view_update_model
 <SUBSECTION Standard>
 MODEST_FOLDER_VIEW
 MODEST_IS_FOLDER_VIEW
 <SUBSECTION Standard>
 MODEST_FOLDER_VIEW
 MODEST_IS_FOLDER_VIEW
@@ -667,8 +711,6 @@ ModestWindowParent
 ModestWindowParentClass
 <TITLE>ModestWindow</TITLE>
 ModestWindow
 ModestWindowParentClass
 <TITLE>ModestWindow</TITLE>
 ModestWindow
-modest_window_get_account_store
-modest_window_get_widget_factory
 <SUBSECTION Standard>
 MODEST_WINDOW
 MODEST_IS_WINDOW
 <SUBSECTION Standard>
 MODEST_WINDOW
 MODEST_IS_WINDOW
@@ -718,6 +760,7 @@ modest_store_widget_get_remember_password
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
+modest_store_widget_get_path
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
@@ -749,39 +792,17 @@ MODEST_TRANSPORT_WIDGET_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-ui</FILE>
-<TITLE>ModestUI</TITLE>
-ModestUI
-modest_ui_new
-modest_ui_main_window
-modest_ui_edit_window
-<SUBSECTION Standard>
-MODEST_UI
-MODEST_IS_UI
-MODEST_TYPE_UI
-modest_ui_get_type
-MODEST_UI_CLASS
-MODEST_IS_UI_CLASS
-MODEST_UI_GET_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>modest-account-mgr</FILE>
 <TITLE>ModestAccountMgr</TITLE>
 ModestAccountMgr
 <FILE>modest-account-mgr</FILE>
 <TITLE>ModestAccountMgr</TITLE>
 ModestAccountMgr
-ModestServerAccountData
-ModestAccountData
 modest_account_mgr_new
 modest_account_mgr_add_account
 modest_account_mgr_add_server_account
 modest_account_mgr_new
 modest_account_mgr_add_account
 modest_account_mgr_add_server_account
+modest_account_mgr_add_server_account_uri
 modest_account_mgr_remove_account
 modest_account_mgr_remove_account
-modest_account_mgr_get_account_data
-modest_account_mgr_free_account_data
 modest_account_mgr_account_names
 modest_account_mgr_search_server_accounts
 modest_account_mgr_account_exists
 modest_account_mgr_account_names
 modest_account_mgr_search_server_accounts
 modest_account_mgr_account_exists
-modest_account_mgr_account_set_enabled
-modest_account_mgr_account_get_enabled
 modest_account_mgr_get_string
 modest_account_mgr_get_int
 modest_account_mgr_get_bool
 modest_account_mgr_get_string
 modest_account_mgr_get_int
 modest_account_mgr_get_bool
@@ -856,9 +877,6 @@ MODEST_FORMATTER_GET_CLASS
 <TITLE>ModestTnyPlatformFactory</TITLE>
 ModestTnyPlatformFactory
 modest_tny_platform_factory_get_instance
 <TITLE>ModestTnyPlatformFactory</TITLE>
 ModestTnyPlatformFactory
 modest_tny_platform_factory_get_instance
-modest_tny_platform_factory_get_account_mgr_instance
-modest_tny_platform_factory_get_conf_instance
-modest_tny_platform_factory_get_mail_operation_queue_instance
 <SUBSECTION Standard>
 MODEST_TNY_PLATFORM_FACTORY
 MODEST_IS_TNY_PLATFORM_FACTORY
 <SUBSECTION Standard>
 MODEST_TNY_PLATFORM_FACTORY
 MODEST_IS_TNY_PLATFORM_FACTORY
@@ -927,36 +945,13 @@ MODEST_MAIL_OPERATION_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-widget-factory</FILE>
-<TITLE>ModestWidgetFactory</TITLE>
-ModestWidgetFactory
-ModestComboBoxType
-modest_widget_factory_new
-modest_widget_factory_get_folder_view
-modest_widget_factory_get_header_view
-modest_widget_factory_get_msg_preview
-modest_widget_factory_get_account_view
-modest_widget_factory_get_progress_bar
-modest_widget_factory_get_status_bar
-modest_widget_factory_get_combo_box
-modest_widget_factory_get_online_toggle
-modest_widget_factory_get_folder_info_label
-<SUBSECTION Standard>
-MODEST_WIDGET_FACTORY
-MODEST_IS_WIDGET_FACTORY
-MODEST_TYPE_WIDGET_FACTORY
-modest_widget_factory_get_type
-MODEST_WIDGET_FACTORY_CLASS
-MODEST_IS_WIDGET_FACTORY_CLASS
-MODEST_WIDGET_FACTORY_GET_CLASS
-</SECTION>
-
-<SECTION>
 <FILE>modest-tny-account-store</FILE>
 ModestTnyGetPassFunc
 <TITLE>ModestTnyAccountStore</TITLE>
 ModestTnyAccountStore
 modest_tny_account_store_new
 <FILE>modest-tny-account-store</FILE>
 ModestTnyGetPassFunc
 <TITLE>ModestTnyAccountStore</TITLE>
 ModestTnyAccountStore
 modest_tny_account_store_new
+modest_tny_account_store_get_tny_account_by_id
+modest_tny_account_store_get_tny_account_by_account
 tny_account_store_get_session
 <SUBSECTION Standard>
 MODEST_TNY_ACCOUNT_STORE
 tny_account_store_get_session
 <SUBSECTION Standard>
 MODEST_TNY_ACCOUNT_STORE
@@ -969,6 +964,61 @@ MODEST_TNY_ACCOUNT_STORE_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-cache-mgr</FILE>
+<TITLE>ModestCacheMgr</TITLE>
+ModestCacheMgr
+ModestCacheMgrCacheType
+modest_cache_mgr_new
+modest_cache_mgr_get_cache
+modest_cache_mgr_flush
+modest_cache_mgr_flush_all
+modest_cache_mgr_get_size
+<SUBSECTION Standard>
+MODEST_CACHE_MGR
+MODEST_IS_CACHE_MGR
+MODEST_TYPE_CACHE_MGR
+modest_cache_mgr_get_type
+MODEST_CACHE_MGR_CLASS
+MODEST_IS_CACHE_MGR_CLASS
+MODEST_CACHE_MGR_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>modest-tny-send-queue</FILE>
+<TITLE>ModestTnySendQueue</TITLE>
+ModestTnySendQueue
+modest_tny_send_queue_new
+<SUBSECTION Standard>
+MODEST_TNY_SEND_QUEUE
+MODEST_IS_TNY_SEND_QUEUE
+MODEST_TYPE_TNY_SEND_QUEUE
+modest_tny_send_queue_get_type
+MODEST_TNY_SEND_QUEUE_CLASS
+MODEST_IS_TNY_SEND_QUEUE_CLASS
+MODEST_TNY_SEND_QUEUE_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>modest-singletons</FILE>
+<TITLE>ModestSingletons</TITLE>
+ModestSingletons
+modest_singletons_new
+modest_singletons_get_conf
+modest_singletons_get_account_mgr
+modest_singletons_get_account_store
+modest_singletons_get_cache_mgr
+modest_singletons_get_mail_operation_queue
+<SUBSECTION Standard>
+MODEST_SINGLETONS
+MODEST_IS_SINGLETONS
+MODEST_TYPE_SINGLETONS
+modest_singletons_get_type
+MODEST_SINGLETONS_CLASS
+MODEST_IS_SINGLETONS_CLASS
+MODEST_SINGLETONS_GET_CLASS
+</SECTION>
+
+<SECTION>
 <FILE>modest-account-assistant</FILE>
 <TITLE>ModestAccountAssistant</TITLE>
 ModestAccountAssistant
 <FILE>modest-account-assistant</FILE>
 <TITLE>ModestAccountAssistant</TITLE>
 ModestAccountAssistant
@@ -1007,6 +1057,7 @@ modest_store_widget_get_remember_password
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
+modest_store_widget_get_path
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
@@ -1076,6 +1127,7 @@ modest_store_widget_get_remember_password
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
 modest_store_widget_get_username
 modest_store_widget_get_servername
 modest_store_widget_get_proto
+modest_store_widget_get_path
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
 <SUBSECTION Standard>
 MODEST_STORE_WIDGET
 MODEST_IS_STORE_WIDGET
@@ -1092,6 +1144,7 @@ MODEST_STORE_WIDGET_GET_CLASS
 ModestTransportWidget
 modest_transport_widget_new
 modest_transport_widget_get_remember_password
 ModestTransportWidget
 modest_transport_widget_new
 modest_transport_widget_get_remember_password
+modest_transport_widget_get_requires_auth
 modest_transport_widget_get_username
 modest_transport_widget_get_servername
 modest_transport_widget_get_proto
 modest_transport_widget_get_username
 modest_transport_widget_get_servername
 modest_transport_widget_get_proto
@@ -1106,6 +1159,21 @@ MODEST_TRANSPORT_WIDGET_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-msg-view-window</FILE>
+<TITLE>ModestMsgViewWindow</TITLE>
+ModestMsgViewWindow
+modest_msg_view_window_new
+<SUBSECTION Standard>
+MODEST_MSG_VIEW_WINDOW
+MODEST_IS_MSG_VIEW_WINDOW
+MODEST_TYPE_MSG_VIEW_WINDOW
+modest_msg_view_window_get_type
+MODEST_MSG_VIEW_WINDOW_CLASS
+MODEST_IS_MSG_VIEW_WINDOW_CLASS
+MODEST_MSG_VIEW_WINDOW_GET_CLASS
+</SECTION>
+
+<SECTION>
 <FILE>modest-header-view</FILE>
 MODEST_HEADER_VIEW_COLUMN
 ModestHeaderViewColumn
 <FILE>modest-header-view</FILE>
 MODEST_HEADER_VIEW_COLUMN
 ModestHeaderViewColumn
@@ -1165,23 +1233,23 @@ MODEST_TNY_STREAM_GTKHTML_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-edit-msg-window</FILE>
-<TITLE>ModestEditMsgWindow</TITLE>
-ModestEditMsgWindow
+<FILE>modest-msg-edit-window</FILE>
+<TITLE>ModestMsgEditWindow</TITLE>
+ModestMsgEditWindow
 ModestEditType
 MsgData
 ModestEditType
 MsgData
-modest_edit_msg_window_new
-modest_edit_msg_window_set_msg
-modest_edit_msg_window_get_msg_data
-modest_edit_msg_window_free_msg_data
+modest_msg_edit_window_new
+modest_msg_edit_window_set_msg
+modest_msg_edit_window_get_msg_data
+modest_msg_edit_window_free_msg_data
 <SUBSECTION Standard>
 <SUBSECTION Standard>
-MODEST_EDIT_MSG_WINDOW
-MODEST_IS_EDIT_MSG_WINDOW
-MODEST_TYPE_EDIT_MSG_WINDOW
-modest_edit_msg_window_get_type
-MODEST_EDIT_MSG_WINDOW_CLASS
-MODEST_IS_EDIT_MSG_WINDOW_CLASS
-MODEST_EDIT_MSG_WINDOW_GET_CLASS
+MODEST_MSG_EDIT_WINDOW
+MODEST_IS_MSG_EDIT_WINDOW
+MODEST_TYPE_MSG_EDIT_WINDOW
+modest_msg_edit_window_get_type
+MODEST_MSG_EDIT_WINDOW_CLASS
+MODEST_IS_MSG_EDIT_WINDOW_CLASS
+MODEST_MSG_EDIT_WINDOW_GET_CLASS
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1191,6 +1259,9 @@ ModestFolderView
 modest_folder_view_new
 modest_folder_view_set_title
 modest_folder_view_get_selected
 modest_folder_view_new
 modest_folder_view_set_title
 modest_folder_view_get_selected
+modest_folder_view_rename
+modest_folder_view_add_subfolder
+modest_folder_view_update_model
 <SUBSECTION Standard>
 MODEST_FOLDER_VIEW
 MODEST_IS_FOLDER_VIEW
 <SUBSECTION Standard>
 MODEST_FOLDER_VIEW
 MODEST_IS_FOLDER_VIEW
@@ -1255,8 +1326,6 @@ ModestWindowParent
 ModestWindowParentClass
 <TITLE>ModestWindow</TITLE>
 ModestWindow
 ModestWindowParentClass
 <TITLE>ModestWindow</TITLE>
 ModestWindow
-modest_window_get_account_store
-modest_window_get_widget_factory
 <SUBSECTION Standard>
 MODEST_WINDOW
 MODEST_IS_WINDOW
 <SUBSECTION Standard>
 MODEST_WINDOW
 MODEST_IS_WINDOW
@@ -1269,6 +1338,34 @@ MODEST_WINDOW_GET_CLASS
 
 <SECTION>
 <FILE>modest-ui-actions</FILE>
 
 <SECTION>
 <FILE>modest-ui-actions</FILE>
+modest_ui_actions_on_about
+modest_ui_actions_on_delete
+modest_ui_actions_on_quit
+modest_ui_actions_on_accounts
+modest_ui_actions_on_new_msg
+modest_ui_actions_on_open
+modest_ui_actions_on_reply
+modest_ui_actions_on_forward
+modest_ui_actions_on_reply_all
+modest_ui_actions_on_next
+modest_ui_actions_toggle_view
+modest_ui_actions_on_header_selected
+modest_ui_actions_on_header_activated
+modest_ui_actions_on_folder_selection_changed
+modest_ui_actions_on_online_toggle_toggled
+modest_ui_actions_on_item_not_found
+modest_ui_actions_on_header_status_update
+modest_ui_actions_on_msg_link_hover
+modest_ui_actions_on_msg_link_clicked
+modest_ui_actions_on_msg_attachment_clicked
+modest_ui_actions_on_send
+modest_ui_actions_on_new_folder
+modest_ui_actions_on_rename_folder
+modest_ui_actions_on_delete_folder
+modest_ui_actions_on_move_folder_to_trash_folder
+modest_ui_actions_on_connection_changed
+modest_ui_actions_on_accounts_reloaded
+modest_ui_actions_on_folder_moved
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1284,6 +1381,7 @@ modest_text_utils_get_display_address
 modest_text_utils_get_subject_prefix_len
 modest_text_utils_utf8_strcmp
 modest_text_utils_get_display_date
 modest_text_utils_get_subject_prefix_len
 modest_text_utils_utf8_strcmp
 modest_text_utils_get_display_date
+modest_text_utils_get_display_size
 modest_text_utils_validate_email_address
 </SECTION>
 
 modest_text_utils_validate_email_address
 </SECTION>
 
@@ -1292,21 +1390,12 @@ modest_text_utils_validate_email_address
 ModestTnyFolderRules
 modest_tny_folder_guess_folder_type
 modest_tny_folder_guess_folder_type_from_name
 ModestTnyFolderRules
 modest_tny_folder_guess_folder_type
 modest_tny_folder_guess_folder_type_from_name
+modest_tny_folder_is_local_folder
+modest_tny_folder_get_local_folder_type
 modest_tny_folder_get_rules
 </SECTION>
 
 <SECTION>
 modest_tny_folder_get_rules
 </SECTION>
 
 <SECTION>
-<FILE>modest-presets</FILE>
-ModestPresets
-ModestPresetsInfo
-modest_presets_new
-modest_presets_get_providers
-modest_presets_get_server
-modest_presets_get_info
-modest_presets_destroy
-</SECTION>
-
-<SECTION>
 <FILE>modest-pair</FILE>
 ModestPair
 ModestPairList
 <FILE>modest-pair</FILE>
 ModestPair
 ModestPairList
@@ -1316,23 +1405,17 @@ modest_pair_list_free
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-icon-factory</FILE>
-modest_icon_factory_init
-modest_icon_factory_uninit
-modest_icon_factory_get_icon
-modest_icon_factory_get_icon_at_size
-modest_icon_factory_get_small_icon
-modest_icon_factory_get_big_icon
-</SECTION>
-
-<SECTION>
 <FILE>modest-defs</FILE>
 MODEST_DIR
 MODEST_CACHE_DIR
 <FILE>modest-defs</FILE>
 MODEST_DIR
 MODEST_CACHE_DIR
+MODEST_LOCAL_FOLDERS_ACCOUNT_NAME
+MODEST_LOCAL_FOLDERS_ACCOUNT_ID
 MODEST_LOCAL_FOLDERS_MAILDIR
 MODEST_LOCAL_FOLDERS_MAILDIR
+MODEST_LOCAL_FOLDERS_DISPLAY_NAME
 MODEST_CONF_NAMESPACE
 MODEST_CONF_WIDGET_NAMESPACE
 MODEST_ACCOUNT_NAMESPACE
 MODEST_CONF_NAMESPACE
 MODEST_CONF_WIDGET_NAMESPACE
 MODEST_ACCOUNT_NAMESPACE
+MODEST_CONF_DEFAULT_ACCOUNT
 MODEST_SERVER_ACCOUNT_NAMESPACE
 MODEST_CONF_REPLY_TYPE
 MODEST_CONF_FORWARD_TYPE
 MODEST_SERVER_ACCOUNT_NAMESPACE
 MODEST_CONF_REPLY_TYPE
 MODEST_CONF_FORWARD_TYPE
@@ -1345,21 +1428,30 @@ MODEST_ACCOUNT_PASSWORD
 MDOEST_ACCOUNT_REMEMBER_PWD
 MODEST_ACCOUNT_HOSTNAME
 MODEST_ACCOUNT_USERNAME
 MDOEST_ACCOUNT_REMEMBER_PWD
 MODEST_ACCOUNT_HOSTNAME
 MODEST_ACCOUNT_USERNAME
+MODEST_ACCOUNT_URI
 MODEST_ACCOUNT_PROTO
 MODEST_ACCOUNT_ENABLED
 MODEST_ACCOUNT_TYPE
 MODEST_ACCOUNT_PROTO
 MODEST_ACCOUNT_ENABLED
 MODEST_ACCOUNT_TYPE
+MODEST_ACCOUNT_LAST_UPDATED
 MODEST_ACCOUNT_LEAVE_ON_SERVER
 MODEST_ACCOUNT_PREFERRED_CNX
 MODEST_ACCOUNT_OPTIONS
 </SECTION>
 
 <SECTION>
 MODEST_ACCOUNT_LEAVE_ON_SERVER
 MODEST_ACCOUNT_PREFERRED_CNX
 MODEST_ACCOUNT_OPTIONS
 </SECTION>
 
 <SECTION>
-<FILE>modest-debug</FILE>
+<FILE>modest-runtime</FILE>
 MODEST_DEBUG
 MODEST_DEBUG
-ModestDebugFlags
-modest_debug_get_flags
-modest_debug_g_type_init
-modest_debug_logging_init
+ModestRuntimeDebugFlags
+modest_runtime_init
+modest_runtime_init_ui
+modest_runtime_uninit
+modest_runtime_get_debug_flags
+modest_runtime_get_conf
+modest_runtime_get_account_mgr
+modest_runtime_get_account_store
+modest_runtime_get_cache_mgr
+modest_runtime_get_mail_operation_queue
+modest_runtime_get_send_queue
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1388,18 +1480,6 @@ modest_protocol_info_protocol_is_local_store
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-ui-priv</FILE>
-ModestUIPrivate
-</SECTION>
-
-<SECTION>
-<FILE>modest-tny-msg-actions</FILE>
-modest_tny_msg_actions_find_body_part
-modest_tny_msg_actions_find_nth_part
-modest_tny_msg_actions_find_body
-</SECTION>
-
-<SECTION>
 <FILE>modest-marshal</FILE>
 modest_marshal_VOID__POINTER_POINTER
 modest_marshal_VOID__POINTER_POINTER_POINTER
 <FILE>modest-marshal</FILE>
 modest_marshal_VOID__POINTER_POINTER
 modest_marshal_VOID__POINTER_POINTER_POINTER
@@ -1411,18 +1491,17 @@ modest_marshal_VOID__STRING_BOOLEAN
 modest_marshal_VOID__STRING_BOOL
 modest_marshal_VOID__STRING_STRING_BOOLEAN
 modest_marshal_VOID__STRING_STRING_BOOL
 modest_marshal_VOID__STRING_BOOL
 modest_marshal_VOID__STRING_STRING_BOOLEAN
 modest_marshal_VOID__STRING_STRING_BOOL
-modest_marshal_VOID__STRING_POINTER_POINTER_POINTER
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-init</FILE>
-modest_init_header_columns
-modest_init_local_folders
+<FILE>modest-tny-msg</FILE>
+modest_tny_msg_new
+modest_tny_msg_find_body_part
+modest_tny_msg_get_body
 </SECTION>
 
 <SECTION>
 <FILE>modest-local-folder-info</FILE>
 </SECTION>
 
 <SECTION>
 <FILE>modest-local-folder-info</FILE>
-ModestLocalFolderType
 modest_local_folder_info_get_type
 modest_local_folder_info_get_type_name
 modest_local_folder_info_get_type_display_name
 modest_local_folder_info_get_type
 modest_local_folder_info_get_type_name
 modest_local_folder_info_get_type_display_name
@@ -1440,6 +1519,32 @@ MODEST_WIDGET_MEMORY_PARAM_COLUMN_WIDTH
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-account-mgr-helpers</FILE>
+ModestServerAccountData
+ModestAccountData
+modest_account_mgr_get_account_data
+modest_account_mgr_get_default_account
+modest_account_mgr_set_default_account
+modest_account_mgr_free_account_data
+modest_account_mgr_set_enabled
+modest_account_mgr_get_enabled
+modest_account_mgr_get_from_string
+</SECTION>
+
+<SECTION>
+<FILE>modest-tny-account</FILE>
+modest_tny_account_new_from_account
+modest_tny_account_new_for_local_folders
+modest_tny_account_get_special_folder
+</SECTION>
+
+<SECTION>
+<FILE>modest-account-mgr-priv</FILE>
+ModestAccountMgrPrivate
+MODEST_ACCOUNT_MGR_GET_PRIVATE
+</SECTION>
+
+<SECTION>
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
@@ -1482,6 +1587,10 @@ MODEST_STOCK_STOP
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-main-window-ui</FILE>
+</SECTION>
+
+<SECTION>
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
@@ -1532,7 +1641,7 @@ MODEST_STOCK_STOP
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-edit-msg-window-ui</FILE>
+<FILE>modest-msg-edit-window-ui</FILE>
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1542,15 +1651,11 @@ MODEST_WINDOW_GET_PRIVATE
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-main-window-ui</FILE>
-</SECTION>
-
-<SECTION>
 <FILE>modest-header-view-priv</FILE>
 </SECTION>
 
 <SECTION>
 <FILE>modest-header-view-priv</FILE>
 </SECTION>
 
 <SECTION>
-<FILE>modest-edit-msg-window-ui</FILE>
+<FILE>modest-msg-edit-window-ui</FILE>
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1602,7 +1707,39 @@ MODEST_STOCK_STOP
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-main-window-ui</FILE>
+</SECTION>
+
+<SECTION>
 <FILE>modest-ui-actions</FILE>
 <FILE>modest-ui-actions</FILE>
+modest_ui_actions_on_about
+modest_ui_actions_on_delete
+modest_ui_actions_on_quit
+modest_ui_actions_on_accounts
+modest_ui_actions_on_new_msg
+modest_ui_actions_on_open
+modest_ui_actions_on_reply
+modest_ui_actions_on_forward
+modest_ui_actions_on_reply_all
+modest_ui_actions_on_next
+modest_ui_actions_toggle_view
+modest_ui_actions_on_header_selected
+modest_ui_actions_on_header_activated
+modest_ui_actions_on_folder_selection_changed
+modest_ui_actions_on_online_toggle_toggled
+modest_ui_actions_on_item_not_found
+modest_ui_actions_on_header_status_update
+modest_ui_actions_on_msg_link_hover
+modest_ui_actions_on_msg_link_clicked
+modest_ui_actions_on_msg_attachment_clicked
+modest_ui_actions_on_send
+modest_ui_actions_on_new_folder
+modest_ui_actions_on_rename_folder
+modest_ui_actions_on_delete_folder
+modest_ui_actions_on_move_folder_to_trash_folder
+modest_ui_actions_on_connection_changed
+modest_ui_actions_on_accounts_reloaded
+modest_ui_actions_on_folder_moved
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1618,6 +1755,7 @@ modest_text_utils_get_display_address
 modest_text_utils_get_subject_prefix_len
 modest_text_utils_utf8_strcmp
 modest_text_utils_get_display_date
 modest_text_utils_get_subject_prefix_len
 modest_text_utils_utf8_strcmp
 modest_text_utils_get_display_date
+modest_text_utils_get_display_size
 modest_text_utils_validate_email_address
 </SECTION>
 
 modest_text_utils_validate_email_address
 </SECTION>
 
@@ -1626,21 +1764,12 @@ modest_text_utils_validate_email_address
 ModestTnyFolderRules
 modest_tny_folder_guess_folder_type
 modest_tny_folder_guess_folder_type_from_name
 ModestTnyFolderRules
 modest_tny_folder_guess_folder_type
 modest_tny_folder_guess_folder_type_from_name
+modest_tny_folder_is_local_folder
+modest_tny_folder_get_local_folder_type
 modest_tny_folder_get_rules
 </SECTION>
 
 <SECTION>
 modest_tny_folder_get_rules
 </SECTION>
 
 <SECTION>
-<FILE>modest-presets</FILE>
-ModestPresets
-ModestPresetsInfo
-modest_presets_new
-modest_presets_get_providers
-modest_presets_get_server
-modest_presets_get_info
-modest_presets_destroy
-</SECTION>
-
-<SECTION>
 <FILE>modest-pair</FILE>
 ModestPair
 ModestPairList
 <FILE>modest-pair</FILE>
 ModestPair
 ModestPairList
@@ -1650,23 +1779,17 @@ modest_pair_list_free
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-icon-factory</FILE>
-modest_icon_factory_init
-modest_icon_factory_uninit
-modest_icon_factory_get_icon
-modest_icon_factory_get_icon_at_size
-modest_icon_factory_get_small_icon
-modest_icon_factory_get_big_icon
-</SECTION>
-
-<SECTION>
 <FILE>modest-defs</FILE>
 MODEST_DIR
 MODEST_CACHE_DIR
 <FILE>modest-defs</FILE>
 MODEST_DIR
 MODEST_CACHE_DIR
+MODEST_LOCAL_FOLDERS_ACCOUNT_NAME
+MODEST_LOCAL_FOLDERS_ACCOUNT_ID
 MODEST_LOCAL_FOLDERS_MAILDIR
 MODEST_LOCAL_FOLDERS_MAILDIR
+MODEST_LOCAL_FOLDERS_DISPLAY_NAME
 MODEST_CONF_NAMESPACE
 MODEST_CONF_WIDGET_NAMESPACE
 MODEST_ACCOUNT_NAMESPACE
 MODEST_CONF_NAMESPACE
 MODEST_CONF_WIDGET_NAMESPACE
 MODEST_ACCOUNT_NAMESPACE
+MODEST_CONF_DEFAULT_ACCOUNT
 MODEST_SERVER_ACCOUNT_NAMESPACE
 MODEST_CONF_REPLY_TYPE
 MODEST_CONF_FORWARD_TYPE
 MODEST_SERVER_ACCOUNT_NAMESPACE
 MODEST_CONF_REPLY_TYPE
 MODEST_CONF_FORWARD_TYPE
@@ -1679,21 +1802,30 @@ MODEST_ACCOUNT_PASSWORD
 MDOEST_ACCOUNT_REMEMBER_PWD
 MODEST_ACCOUNT_HOSTNAME
 MODEST_ACCOUNT_USERNAME
 MDOEST_ACCOUNT_REMEMBER_PWD
 MODEST_ACCOUNT_HOSTNAME
 MODEST_ACCOUNT_USERNAME
+MODEST_ACCOUNT_URI
 MODEST_ACCOUNT_PROTO
 MODEST_ACCOUNT_ENABLED
 MODEST_ACCOUNT_TYPE
 MODEST_ACCOUNT_PROTO
 MODEST_ACCOUNT_ENABLED
 MODEST_ACCOUNT_TYPE
+MODEST_ACCOUNT_LAST_UPDATED
 MODEST_ACCOUNT_LEAVE_ON_SERVER
 MODEST_ACCOUNT_PREFERRED_CNX
 MODEST_ACCOUNT_OPTIONS
 </SECTION>
 
 <SECTION>
 MODEST_ACCOUNT_LEAVE_ON_SERVER
 MODEST_ACCOUNT_PREFERRED_CNX
 MODEST_ACCOUNT_OPTIONS
 </SECTION>
 
 <SECTION>
-<FILE>modest-debug</FILE>
+<FILE>modest-runtime</FILE>
 MODEST_DEBUG
 MODEST_DEBUG
-ModestDebugFlags
-modest_debug_get_flags
-modest_debug_g_type_init
-modest_debug_logging_init
+ModestRuntimeDebugFlags
+modest_runtime_init
+modest_runtime_init_ui
+modest_runtime_uninit
+modest_runtime_get_debug_flags
+modest_runtime_get_conf
+modest_runtime_get_account_mgr
+modest_runtime_get_account_store
+modest_runtime_get_cache_mgr
+modest_runtime_get_mail_operation_queue
+modest_runtime_get_send_queue
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
@@ -1722,18 +1854,6 @@ modest_protocol_info_protocol_is_local_store
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-ui-priv</FILE>
-ModestUIPrivate
-</SECTION>
-
-<SECTION>
-<FILE>modest-tny-msg-actions</FILE>
-modest_tny_msg_actions_find_body_part
-modest_tny_msg_actions_find_nth_part
-modest_tny_msg_actions_find_body
-</SECTION>
-
-<SECTION>
 <FILE>modest-marshal</FILE>
 modest_marshal_VOID__POINTER_POINTER
 modest_marshal_VOID__POINTER_POINTER_POINTER
 <FILE>modest-marshal</FILE>
 modest_marshal_VOID__POINTER_POINTER
 modest_marshal_VOID__POINTER_POINTER_POINTER
@@ -1745,18 +1865,17 @@ modest_marshal_VOID__STRING_BOOLEAN
 modest_marshal_VOID__STRING_BOOL
 modest_marshal_VOID__STRING_STRING_BOOLEAN
 modest_marshal_VOID__STRING_STRING_BOOL
 modest_marshal_VOID__STRING_BOOL
 modest_marshal_VOID__STRING_STRING_BOOLEAN
 modest_marshal_VOID__STRING_STRING_BOOL
-modest_marshal_VOID__STRING_POINTER_POINTER_POINTER
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-init</FILE>
-modest_init_header_columns
-modest_init_local_folders
+<FILE>modest-tny-msg</FILE>
+modest_tny_msg_new
+modest_tny_msg_find_body_part
+modest_tny_msg_get_body
 </SECTION>
 
 <SECTION>
 <FILE>modest-local-folder-info</FILE>
 </SECTION>
 
 <SECTION>
 <FILE>modest-local-folder-info</FILE>
-ModestLocalFolderType
 modest_local_folder_info_get_type
 modest_local_folder_info_get_type_name
 modest_local_folder_info_get_type_display_name
 modest_local_folder_info_get_type
 modest_local_folder_info_get_type_name
 modest_local_folder_info_get_type_display_name
@@ -1774,6 +1893,32 @@ MODEST_WIDGET_MEMORY_PARAM_COLUMN_WIDTH
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-account-mgr-helpers</FILE>
+ModestServerAccountData
+ModestAccountData
+modest_account_mgr_get_account_data
+modest_account_mgr_get_default_account
+modest_account_mgr_set_default_account
+modest_account_mgr_free_account_data
+modest_account_mgr_set_enabled
+modest_account_mgr_get_enabled
+modest_account_mgr_get_from_string
+</SECTION>
+
+<SECTION>
+<FILE>modest-tny-account</FILE>
+modest_tny_account_new_from_account
+modest_tny_account_new_for_local_folders
+modest_tny_account_get_special_folder
+</SECTION>
+
+<SECTION>
+<FILE>modest-account-mgr-priv</FILE>
+ModestAccountMgrPrivate
+MODEST_ACCOUNT_MGR_GET_PRIVATE
+</SECTION>
+
+<SECTION>
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
@@ -1816,6 +1961,10 @@ MODEST_STOCK_STOP
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
+<FILE>modest-main-window-ui</FILE>
+</SECTION>
+
+<SECTION>
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
 <FILE>modest-icon-names</FILE>
 MODEST_APP_ICON
 MODEST_HEADER_ICON_READ
@@ -1866,7 +2015,7 @@ MODEST_STOCK_STOP
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
-<FILE>modest-edit-msg-window-ui</FILE>
+<FILE>modest-msg-edit-window-ui</FILE>
 </SECTION>
 
 <SECTION>
 </SECTION>
 
 <SECTION>
index d142920..a28239b 100644 (file)
@@ -31,7 +31,6 @@ ModestAccountAssistant
 </para>
 
 @account_mgr: 
 </para>
 
 @account_mgr: 
-@factory: 
 @Returns: 
 
 
 @Returns: 
 
 
index 8e9f40e..98d3644 100644 (file)
@@ -30,43 +30,19 @@ ModestAccountMgr
 
 </para>
 
 
 </para>
 
-@modestaccountmgr: the object which received the signal.
-@arg1: 
-@arg2: 
-@arg3: 
+@: 
+@: 
+@: 
+@: 
 
 <!-- ##### SIGNAL ModestAccountMgr::account-removed ##### -->
 <para>
 
 </para>
 
 
 <!-- ##### SIGNAL ModestAccountMgr::account-removed ##### -->
 <para>
 
 </para>
 
-@modestaccountmgr: the object which received the signal.
-@arg1: 
-@arg2: 
-
-<!-- ##### STRUCT ModestServerAccountData ##### -->
-<para>
-
-</para>
-
-@account_name: 
-@hostname: 
-@username: 
-@proto: 
-@password: 
-
-<!-- ##### STRUCT ModestAccountData ##### -->
-<para>
-
-</para>
-
-@account_name: 
-@display_name: 
-@fullname: 
-@email: 
-@enabled: 
-@transport_account: 
-@store_account: 
+@: 
+@: 
+@: 
 
 <!-- ##### FUNCTION modest_account_mgr_new ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_account_mgr_new ##### -->
 <para>
@@ -104,37 +80,30 @@ ModestAccountMgr
 @Returns: 
 
 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_remove_account ##### -->
+<!-- ##### FUNCTION modest_account_mgr_add_server_account_uri ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
 <para>
 
 </para>
 
 @self: 
 @name: 
-@server_account: 
-@err: 
+@proto: 
+@uri: 
 @Returns: 
 
 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_get_account_data ##### -->
+<!-- ##### FUNCTION modest_account_mgr_remove_account ##### -->
 <para>
 
 </para>
 
 @self: 
 @name: 
 <para>
 
 </para>
 
 @self: 
 @name: 
+@server_account: 
+@err: 
 @Returns: 
 
 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_free_account_data ##### -->
-<para>
-
-</para>
-
-@self: 
-@data: 
-
-
 <!-- ##### FUNCTION modest_account_mgr_account_names ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_account_mgr_account_names ##### -->
 <para>
 
@@ -169,27 +138,6 @@ ModestAccountMgr
 @Returns: 
 
 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_account_mgr_account_set_enabled ##### -->
-<para>
-
-</para>
-
-@self: 
-@name: 
-@enabled: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_account_mgr_account_get_enabled ##### -->
-<para>
-
-</para>
-
-@self: 
-@name: 
-@Returns: 
-
-
 <!-- ##### FUNCTION modest_account_mgr_get_string ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_account_mgr_get_string ##### -->
 <para>
 
index 21e58a3..31285f3 100644 (file)
@@ -30,7 +30,6 @@ ModestAccountViewWindow
 
 </para>
 
 
 </para>
 
-@factory: 
 @Returns: 
 
 
 @Returns: 
 
 
index 1381572..f3d4a72 100644 (file)
@@ -48,9 +48,9 @@ ModestConf
 
 </para>
 
 
 </para>
 
-@modestconf: the object which received the signal.
-@arg1: 
-@arg2: 
+@: 
+@: 
+@: 
 
 <!-- ##### FUNCTION modest_conf_new ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_conf_new ##### -->
 <para>
index 40c0b97..875781c 100644 (file)
@@ -36,14 +36,6 @@ modest-debug
 @MODEST_DEBUG_DEBUG_OBJECTS: 
 @MODEST_DEBUG_DEBUG_SIGNALS: 
 
 @MODEST_DEBUG_DEBUG_OBJECTS: 
 @MODEST_DEBUG_DEBUG_SIGNALS: 
 
-<!-- ##### FUNCTION modest_debug_get_flags ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-
 <!-- ##### FUNCTION modest_debug_g_type_init ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_debug_g_type_init ##### -->
 <para>
 
index 5bf5326..f8f4ca8 100644 (file)
@@ -33,6 +33,20 @@ modest-defs
 
 
 
 
 
 
+<!-- ##### MACRO MODEST_LOCAL_FOLDERS_ACCOUNT_NAME ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO MODEST_LOCAL_FOLDERS_ACCOUNT_ID ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO MODEST_LOCAL_FOLDERS_MAILDIR ##### -->
 <para>
 
 <!-- ##### MACRO MODEST_LOCAL_FOLDERS_MAILDIR ##### -->
 <para>
 
@@ -40,6 +54,13 @@ modest-defs
 
 
 
 
 
 
+<!-- ##### MACRO MODEST_LOCAL_FOLDERS_DISPLAY_NAME ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO MODEST_CONF_NAMESPACE ##### -->
 <para>
 
 <!-- ##### MACRO MODEST_CONF_NAMESPACE ##### -->
 <para>
 
@@ -61,6 +82,13 @@ modest-defs
 
 
 
 
 
 
+<!-- ##### MACRO MODEST_CONF_DEFAULT_ACCOUNT ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO MODEST_SERVER_ACCOUNT_NAMESPACE ##### -->
 <para>
 
 <!-- ##### MACRO MODEST_SERVER_ACCOUNT_NAMESPACE ##### -->
 <para>
 
@@ -145,6 +173,13 @@ modest-defs
 
 
 
 
 
 
+<!-- ##### MACRO MODEST_ACCOUNT_URI ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO MODEST_ACCOUNT_PROTO ##### -->
 <para>
 
 <!-- ##### MACRO MODEST_ACCOUNT_PROTO ##### -->
 <para>
 
@@ -166,6 +201,13 @@ modest-defs
 
 
 
 
 
 
+<!-- ##### MACRO MODEST_ACCOUNT_LAST_UPDATED ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO MODEST_ACCOUNT_LEAVE_ON_SERVER ##### -->
 <para>
 
 <!-- ##### MACRO MODEST_ACCOUNT_LEAVE_ON_SERVER ##### -->
 <para>
 
index c304ca4..cc815a7 100644 (file)
@@ -35,4 +35,5 @@ modest-error
 @MODEST_MAIL_OPERATION_ERROR_MISSING_PARAMETER: 
 @MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED: 
 @MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND: 
 @MODEST_MAIL_OPERATION_ERROR_MISSING_PARAMETER: 
 @MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED: 
 @MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND: 
+@MODEST_MAIL_OPERATION_ERROR_INTERNAL: 
 
 
index a2e0ce1..d776081 100644 (file)
@@ -53,3 +53,32 @@ ModestFolderView
 @Returns: 
 
 
 @Returns: 
 
 
+<!-- ##### FUNCTION modest_folder_view_rename ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_folder_view_add_subfolder ##### -->
+<para>
+
+</para>
+
+@self: 
+@folder: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_folder_view_update_model ##### -->
+<para>
+
+</para>
+
+@self: 
+@account_store: 
+@Returns: 
+
+
index 642aef8..9d66779 100644 (file)
@@ -73,7 +73,6 @@ ModestHeaderView
 </para>
 
 @folder: 
 </para>
 
 @folder: 
-@columns: 
 @style: 
 @Returns: 
 
 @style: 
 @Returns: 
 
index f15a940..140f3e3 100644 (file)
@@ -19,20 +19,6 @@ modest-icon-factory
 <!-- ##### SECTION Stability_Level ##### -->
 
 
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### FUNCTION modest_icon_factory_init ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION modest_icon_factory_uninit ##### -->
-<para>
-
-</para>
-
-
-
 <!-- ##### FUNCTION modest_icon_factory_get_icon ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_icon_factory_get_icon ##### -->
 <para>
 
@@ -42,30 +28,3 @@ modest-icon-factory
 @Returns: 
 
 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_icon_factory_get_icon_at_size ##### -->
-<para>
-
-</para>
-
-@name: 
-@width: 
-@height: 
-@Returns: 
-
-
-<!-- ##### MACRO modest_icon_factory_get_small_icon ##### -->
-<para>
-
-</para>
-
-@n: 
-
-
-<!-- ##### MACRO modest_icon_factory_get_big_icon ##### -->
-<para>
-
-</para>
-
-@n: 
-
-
index 7cfb9f9..b05362c 100644 (file)
@@ -19,20 +19,6 @@ modest-local-folder-info
 <!-- ##### SECTION Stability_Level ##### -->
 
 
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### ENUM ModestLocalFolderType ##### -->
-<para>
-
-</para>
-
-@MODEST_LOCAL_FOLDER_TYPE_UNKNOWN: 
-@MODEST_LOCAL_FOLDER_TYPE_DRAFTS: 
-@MODEST_LOCAL_FOLDER_TYPE_SENT: 
-@MODEST_LOCAL_FOLDER_TYPE_OUTBOX: 
-@MODEST_LOCAL_FOLDER_TYPE_ARCHIVE: 
-@MODEST_LOCAL_FOLDER_TYPE_JUNK: 
-@MODEST_LOCAL_FOLDER_TYPE_TRASH: 
-@MODEST_LOCAL_FOLDER_TYPE_NUM: 
-
 <!-- ##### FUNCTION modest_local_folder_info_get_type ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_local_folder_info_get_type ##### -->
 <para>
 
index d839619..9668d88 100644 (file)
@@ -67,7 +67,7 @@ ModestMailOperation
 
 </para>
 
 
 </para>
 
-@modestmailoperation: the object which received the signal.
+@: 
 
 <!-- ##### FUNCTION modest_mail_operation_new ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_mail_operation_new ##### -->
 <para>
index 5812f77..150b681 100644 (file)
@@ -30,8 +30,6 @@ ModestMainWindow
 
 </para>
 
 
 </para>
 
-@factory: 
-@account_store: 
 @Returns: 
 
 
 @Returns: 
 
 
index 25336c7..055b5f3 100644 (file)
@@ -131,16 +131,3 @@ modest-marshal
 
 
 
 
 
 
-<!-- ##### FUNCTION modest_marshal_VOID__STRING_POINTER_POINTER_POINTER ##### -->
-<para>
-
-</para>
-
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
-
-
index e665fc1..b9ae967 100644 (file)
@@ -59,6 +59,5 @@ modest-pair
 </para>
 
 @pairs: 
 </para>
 
 @pairs: 
-@Returns: 
 
 
 
 
index 42352e7..3db855c 100644 (file)
@@ -19,73 +19,3 @@ modest-presets
 <!-- ##### SECTION Stability_Level ##### -->
 
 
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### STRUCT ModestPresets ##### -->
-<para>
-
-</para>
-
-@keyfile: 
-
-<!-- ##### ENUM ModestPresetsInfo ##### -->
-<para>
-
-</para>
-
-@MODEST_PRESETS_INFO_NONE: 
-@MODEST_PRESETS_INFO_IMAP: 
-@MODEST_PRESETS_INFO_POP: 
-@MODEST_PRESETS_INFO_SMTP: 
-@MODEST_PRESETS_INFO_APOP: 
-@MODEST_PRESETS_INFO_SECURE_SMTP: 
-@MODEST_PRESETS_INFO_SECURE_INCOMING: 
-
-<!-- ##### FUNCTION modest_presets_new ##### -->
-<para>
-
-</para>
-
-@presetfile: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_presets_get_providers ##### -->
-<para>
-
-</para>
-
-@self: 
-@mcc: 
-@include_globals: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_presets_get_server ##### -->
-<para>
-
-</para>
-
-@self: 
-@provider: 
-@incoming_server: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_presets_get_info ##### -->
-<para>
-
-</para>
-
-@self: 
-@provider: 
-@incoming_server: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_presets_destroy ##### -->
-<para>
-
-</para>
-
-@self: 
-
-
index f07392a..54e0fa9 100644 (file)
@@ -30,7 +30,6 @@ ModestStoreWidget
 
 </para>
 
 
 </para>
 
-@factory: 
 @proto: 
 @Returns: 
 
 @proto: 
 @Returns: 
 
@@ -71,3 +70,12 @@ ModestStoreWidget
 @Returns: 
 
 
 @Returns: 
 
 
+<!-- ##### FUNCTION modest_store_widget_get_path ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+
index ae8f6be..9b28841 100644 (file)
@@ -95,7 +95,7 @@ modest-text-utils
 @s: 
 @max: 
 @fmt: 
 @s: 
 @max: 
 @fmt: 
-@tm: 
+@timet: 
 @Returns: 
 
 
 @Returns: 
 
 
@@ -137,6 +137,15 @@ modest-text-utils
 @Returns: 
 
 
 @Returns: 
 
 
+<!-- ##### FUNCTION modest_text_utils_get_display_size ##### -->
+<para>
+
+</para>
+
+@size: 
+@Returns: 
+
+
 <!-- ##### FUNCTION modest_text_utils_validate_email_address ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_text_utils_validate_email_address ##### -->
 <para>
 
index d49a634..626893d 100644 (file)
@@ -36,26 +36,36 @@ ModestTnyAccountStore
 
 </para>
 
 
 </para>
 
-@modesttnyaccountstore: the object which received the signal.
-@arg1: 
+@: 
+@: 
 
 
-<!-- ##### SIGNAL ModestTnyAccountStore::password-requested ##### -->
+<!-- ##### FUNCTION modest_tny_account_store_new ##### -->
 <para>
 
 </para>
 
 <para>
 
 </para>
 
-@modesttnyaccountstore: the object which received the signal.
-@arg1: 
-@arg2: 
-@arg3: 
-@arg4: 
+@account_mgr: 
+@Returns: 
 
 
-<!-- ##### FUNCTION modest_tny_account_store_new ##### -->
+
+<!-- ##### FUNCTION modest_tny_account_store_get_tny_account_by_id ##### -->
 <para>
 
 </para>
 
 <para>
 
 </para>
 
-@account_mgr: 
+@self: 
+@id: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_tny_account_store_get_tny_account_by_account ##### -->
+<para>
+
+</para>
+
+@self: 
+@account_name: 
+@type: 
 @Returns: 
 
 
 @Returns: 
 
 
index 28a9e1c..1bb9cbd 100644 (file)
@@ -45,6 +45,24 @@ modest-tny-folder
 @Returns: 
 
 
 @Returns: 
 
 
+<!-- ##### FUNCTION modest_tny_folder_is_local_folder ##### -->
+<para>
+
+</para>
+
+@folder: 
+@Returns: 
+
+
+<!-- ##### FUNCTION modest_tny_folder_get_local_folder_type ##### -->
+<para>
+
+</para>
+
+@folder: 
+@Returns: 
+
+
 <!-- ##### FUNCTION modest_tny_folder_get_rules ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_tny_folder_get_rules ##### -->
 <para>
 
index 37f5731..c9492d5 100644 (file)
@@ -33,30 +33,3 @@ ModestTnyPlatformFactory
 @Returns: 
 
 
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_tny_platform_factory_get_account_mgr_instance ##### -->
-<para>
-
-</para>
-
-@fact: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_tny_platform_factory_get_conf_instance ##### -->
-<para>
-
-</para>
-
-@fact: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_tny_platform_factory_get_mail_operation_queue_instance ##### -->
-<para>
-
-</para>
-
-@fact: 
-@Returns: 
-
-
index eef2c1a..b7d09dd 100644 (file)
@@ -30,7 +30,6 @@ ModestTransportWidget
 
 </para>
 
 
 </para>
 
-@factory: 
 @proto: 
 @Returns: 
 
 @proto: 
 @Returns: 
 
@@ -44,6 +43,15 @@ ModestTransportWidget
 @Returns: 
 
 
 @Returns: 
 
 
+<!-- ##### FUNCTION modest_transport_widget_get_requires_auth ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+
 <!-- ##### FUNCTION modest_transport_widget_get_username ##### -->
 <para>
 
 <!-- ##### FUNCTION modest_transport_widget_get_username ##### -->
 <para>
 
index f780a59..8795610 100644 (file)
@@ -9,13 +9,11 @@ ModestTransportWidget
 
 </para>
 
 
 </para>
 
-
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
-
 <!-- ##### SECTION Stability_Level ##### -->
 
 
 <!-- ##### SECTION Stability_Level ##### -->
 
 
@@ -30,7 +28,6 @@ ModestTransportWidget
 
 </para>
 
 
 </para>
 
-@factory: 
 @proto: 
 @Returns: 
 
 @proto: 
 @Returns: 
 
index a7d82b2..e288767 100644 (file)
@@ -19,3 +19,270 @@ modest-ui-actions
 <!-- ##### SECTION Stability_Level ##### -->
 
 
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### FUNCTION modest_ui_actions_on_about ##### -->
+<para>
+
+</para>
+
+@widget: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_delete ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_quit ##### -->
+<para>
+
+</para>
+
+@widget: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_accounts ##### -->
+<para>
+
+</para>
+
+@widget: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_new_msg ##### -->
+<para>
+
+</para>
+
+@widget: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_open ##### -->
+<para>
+
+</para>
+
+@widget: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_reply ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_forward ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_reply_all ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_next ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_toggle_view ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_header_selected ##### -->
+<para>
+
+</para>
+
+@folder_view: 
+@header: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_header_activated ##### -->
+<para>
+
+</para>
+
+@folder_view: 
+@header: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_folder_selection_changed ##### -->
+<para>
+
+</para>
+
+@folder_view: 
+@folder: 
+@selected: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_online_toggle_toggled ##### -->
+<para>
+
+</para>
+
+@toggle: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_item_not_found ##### -->
+<para>
+
+</para>
+
+@header_view: 
+@type: 
+@window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_header_status_update ##### -->
+<para>
+
+</para>
+
+@header_view: 
+@msg: 
+@num: 
+@total: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_msg_link_hover ##### -->
+<para>
+
+</para>
+
+@msgview: 
+@link: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_msg_link_clicked ##### -->
+<para>
+
+</para>
+
+@msgview: 
+@link: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_msg_attachment_clicked ##### -->
+<para>
+
+</para>
+
+@msgview: 
+@index: 
+@win: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_send ##### -->
+<para>
+
+</para>
+
+@widget: 
+@edit_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_new_folder ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_rename_folder ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_delete_folder ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_move_folder_to_trash_folder ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_connection_changed ##### -->
+<para>
+
+</para>
+
+@device: 
+@online: 
+@main_window: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_accounts_reloaded ##### -->
+<para>
+
+</para>
+
+@store: 
+@user_data: 
+
+
+<!-- ##### FUNCTION modest_ui_actions_on_folder_moved ##### -->
+<para>
+
+</para>
+
+@folder_view: 
+@folder: 
+@parent: 
+@done: 
+@user_data: 
+
+
index e69de29..b5d2c73 100644 (file)
@@ -0,0 +1,690 @@
+<!-- ##### SECTION ./tmpl/modest-debug.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-debug.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-debug.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-debug.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-debug.sgml:Title ##### -->
+modest-debug
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window-ui.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window-ui.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window-ui.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window-ui.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window-ui.sgml:Title ##### -->
+modest-edit-msg-window-ui
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-edit-msg-window.sgml:Title ##### -->
+ModestEditMsgWindow
+
+
+<!-- ##### SECTION ./tmpl/modest-icon-factory.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-icon-factory.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-icon-factory.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-icon-factory.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-icon-factory.sgml:Title ##### -->
+modest-icon-factory
+
+
+<!-- ##### SECTION ./tmpl/modest-init.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-init.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-init.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-init.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-init.sgml:Title ##### -->
+modest-init
+
+
+<!-- ##### SECTION ./tmpl/modest-presets.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-presets.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-presets.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-presets.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-presets.sgml:Title ##### -->
+modest-presets
+
+
+<!-- ##### SECTION ./tmpl/modest-tny-msg-actions.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-tny-msg-actions.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-tny-msg-actions.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-tny-msg-actions.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-tny-msg-actions.sgml:Title ##### -->
+modest-tny-msg-actions
+
+
+<!-- ##### SECTION ./tmpl/modest-ui-priv.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-ui-priv.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-ui-priv.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-ui-priv.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-ui-priv.sgml:Title ##### -->
+modest-ui-priv
+
+
+<!-- ##### SECTION ./tmpl/modest-ui.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-ui.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-ui.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-ui.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-ui.sgml:Title ##### -->
+ModestUI
+
+
+<!-- ##### SECTION ./tmpl/modest-widget-factory.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-widget-factory.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/modest-widget-factory.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-widget-factory.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/modest-widget-factory.sgml:Title ##### -->
+ModestWidgetFactory
+
+
+<!-- ##### ENUM ModestComboBoxType ##### -->
+<para>
+
+</para>
+
+@MODEST_COMBO_BOX_TYPE_STORE_PROTOS: 
+@MODEST_COMBO_BOX_TYPE_TRANSPORT_PROTOS: 
+@MODEST_COMBO_BOX_TYPE_SECURITY_PROTOS: 
+@MODEST_COMBO_BOX_TYPE_AUTH_PROTOS: 
+@MODEST_COMBO_BOX_TYPE_TRANSPORTS: 
+@MODEST_COMBO_BOX_TYPE_REMOTE_STORES: 
+
+<!-- ##### ENUM ModestDebugFlags ##### -->
+<para>
+
+</para>
+
+@MODEST_DEBUG_ABORT_ON_WARNING: 
+@MODEST_DEBUG_LOG_ACTIONS: 
+@MODEST_DEBUG_DEBUG_OBJECTS: 
+@MODEST_DEBUG_DEBUG_SIGNALS: 
+
+<!-- ##### STRUCT ModestEditMsgWindow ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ENUM ModestLocalFolderType ##### -->
+<para>
+
+</para>
+
+@MODEST_LOCAL_FOLDER_TYPE_UNKNOWN: 
+@MODEST_LOCAL_FOLDER_TYPE_DRAFTS: 
+@MODEST_LOCAL_FOLDER_TYPE_SENT: 
+@MODEST_LOCAL_FOLDER_TYPE_OUTBOX: 
+@MODEST_LOCAL_FOLDER_TYPE_ARCHIVE: 
+@MODEST_LOCAL_FOLDER_TYPE_JUNK: 
+@MODEST_LOCAL_FOLDER_TYPE_TRASH: 
+@MODEST_LOCAL_FOLDER_TYPE_NUM: 
+
+<!-- ##### STRUCT ModestPresets ##### -->
+<para>
+
+</para>
+
+@keyfile: 
+
+<!-- ##### ENUM ModestPresetsInfo ##### -->
+<para>
+
+</para>
+
+@MODEST_PRESETS_INFO_NONE: 
+@MODEST_PRESETS_INFO_IMAP: 
+@MODEST_PRESETS_INFO_POP: 
+@MODEST_PRESETS_INFO_SMTP: 
+@MODEST_PRESETS_INFO_APOP: 
+@MODEST_PRESETS_INFO_SECURE_SMTP: 
+@MODEST_PRESETS_INFO_SECURE_INCOMING: 
+
+<!-- ##### SIGNAL ModestTnyAccountStore::password-requested ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT ModestUI ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT ModestUIPrivate ##### -->
+<para>
+
+</para>
+
+@widget_factory: 
+@account_store: 
+@main_window: 
+@ui_manager: 
+
+<!-- ##### STRUCT ModestWidgetFactory ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION modest_account_mgr_account_get_enabled ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_account_mgr_account_set_enabled ##### -->
+<para>
+
+</para>
+
+@self: 
+@name: 
+@enabled: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_debug_g_type_init ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION modest_debug_get_flags ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+<!-- ##### FUNCTION modest_debug_logging_init ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION modest_edit_msg_window_free_msg_data ##### -->
+<para>
+
+</para>
+
+@edit_window: 
+@data: 
+
+<!-- ##### FUNCTION modest_edit_msg_window_get_msg_data ##### -->
+<para>
+
+</para>
+
+@edit_window: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_edit_msg_window_new ##### -->
+<para>
+
+</para>
+
+@factory: 
+@account_store: 
+@type: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_edit_msg_window_set_msg ##### -->
+<para>
+
+</para>
+
+@self: 
+@msg: 
+
+<!-- ##### MACRO modest_icon_factory_get_big_icon ##### -->
+<para>
+
+</para>
+
+@n: 
+
+<!-- ##### FUNCTION modest_icon_factory_get_icon ##### -->
+<para>
+
+</para>
+
+@name: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_icon_factory_get_icon_at_size ##### -->
+<para>
+
+</para>
+
+@name: 
+@width: 
+@height: 
+@Returns: 
+
+<!-- ##### MACRO modest_icon_factory_get_small_icon ##### -->
+<para>
+
+</para>
+
+@n: 
+
+<!-- ##### FUNCTION modest_icon_factory_init ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION modest_icon_factory_uninit ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION modest_init_header_columns ##### -->
+<para>
+
+</para>
+
+@overwrite: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_init_local_folders ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+<!-- ##### FUNCTION modest_marshal_VOID__STRING_POINTER_POINTER_POINTER ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+<!-- ##### FUNCTION modest_presets_destroy ##### -->
+<para>
+
+</para>
+
+@self: 
+
+<!-- ##### FUNCTION modest_presets_get_info ##### -->
+<para>
+
+</para>
+
+@self: 
+@provider: 
+@incoming_server: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_presets_get_providers ##### -->
+<para>
+
+</para>
+
+@self: 
+@mcc: 
+@include_globals: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_presets_get_server ##### -->
+<para>
+
+</para>
+
+@self: 
+@provider: 
+@incoming_server: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_presets_new ##### -->
+<para>
+
+</para>
+
+@presetfile: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_msg_actions_find_body ##### -->
+<para>
+
+</para>
+
+@self: 
+@want_html: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_msg_actions_find_body_part ##### -->
+<para>
+
+</para>
+
+@self: 
+@want_html: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_msg_actions_find_nth_part ##### -->
+<para>
+
+</para>
+
+@msg: 
+@index: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_platform_factory_get_account_mgr_instance ##### -->
+<para>
+
+</para>
+
+@fact: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_platform_factory_get_conf_instance ##### -->
+<para>
+
+</para>
+
+@fact: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_platform_factory_get_mail_operation_queue_instance ##### -->
+<para>
+
+</para>
+
+@fact: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_ui_edit_window ##### -->
+<para>
+
+</para>
+
+@modest_ui: 
+@edit_type: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_ui_main_window ##### -->
+<para>
+
+</para>
+
+@modest_ui: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_ui_new ##### -->
+<para>
+
+</para>
+
+@account_store: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_account_view ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_combo_box ##### -->
+<para>
+
+</para>
+
+@self: 
+@type: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_folder_info_label ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_folder_view ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_header_view ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_msg_preview ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_online_toggle ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_progress_bar ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_get_status_bar ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_widget_factory_new ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+<!-- ##### FUNCTION modest_window_get_account_store ##### -->
+<para>
+
+</para>
+
+@window: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_window_get_widget_factory ##### -->
+<para>
+
+</para>
+
+@window: 
+@Returns: 
+
index 85fc378..5927478 100644 (file)
@@ -24,9 +24,6 @@ modest-window-priv
 
 </para>
 
 
 </para>
 
-@widget_factory: 
-@plat_factory: 
-@account_store: 
 @ui_manager: 
 @toolbar: 
 @menubar: 
 @ui_manager: 
 @toolbar: 
 @menubar: 
index f0fb089..677312e 100644 (file)
@@ -37,21 +37,3 @@ ModestWindow
 </para>
 
 
 </para>
 
 
-<!-- ##### FUNCTION modest_window_get_account_store ##### -->
-<para>
-
-</para>
-
-@window: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_window_get_widget_factory ##### -->
-<para>
-
-</para>
-
-@window: 
-@Returns: 
-
-
index 19239af..2f50285 100644 (file)
@@ -72,7 +72,7 @@
 
 /* server account keys */
 #define MODEST_ACCOUNT_PASSWORD          "password"          /* string */
 
 /* server account keys */
 #define MODEST_ACCOUNT_PASSWORD          "password"          /* string */
-#define MDOEST_ACCOUNT_REMEMBER_PWD     "remember_pwd"      /* boolean */
+#define MODEST_ACCOUNT_REMEMBER_PWD     "remember_pwd"      /* boolean */
 #define MODEST_ACCOUNT_HOSTNAME          "hostname"          /* string */
 #define MODEST_ACCOUNT_USERNAME          "username"          /* string */
 #define MODEST_ACCOUNT_URI              "uri"               /* string */
 #define MODEST_ACCOUNT_HOSTNAME          "hostname"          /* string */
 #define MODEST_ACCOUNT_USERNAME          "username"          /* string */
 #define MODEST_ACCOUNT_URI              "uri"               /* string */
index e224845..ae643d3 100644 (file)
@@ -52,7 +52,6 @@ objects=\
        ${top_srcdir}/src/modest-widget-memory.o \
         ${top_srcdir}/src/modest-tny-account-store.o \
         ${top_srcdir}/src/modest-tny-platform-factory.o \
        ${top_srcdir}/src/modest-widget-memory.o \
         ${top_srcdir}/src/modest-tny-account-store.o \
         ${top_srcdir}/src/modest-tny-platform-factory.o \
-       ${top_srcdir}/src/modest-widget-factory.o \
         ${top_srcdir}/src/modest-tny-send-queue.o \
         ${top_srcdir}/src/modest-mail-operation-queue.o \
         ${top_srcdir}/src/modest-mail-operation.o \
         ${top_srcdir}/src/modest-tny-send-queue.o \
         ${top_srcdir}/src/modest-mail-operation-queue.o \
         ${top_srcdir}/src/modest-mail-operation.o \
index 4709676..65c7703 100644 (file)
@@ -38,7 +38,6 @@
 #include <tny-folder.h>
 #include <tny-folder-store.h>
 #include <modest-tny-platform-factory.h>
 #include <tny-folder.h>
 #include <tny-folder-store.h>
 #include <modest-tny-platform-factory.h>
-#include <modest-widget-factory.h>
 #include <modest-runtime.h>
 
 #include <modest-account-mgr.h>
 #include <modest-runtime.h>
 
 #include <modest-account-mgr.h>