Query activesync for addressbooks too (if available).
[modest] / src / gnome / modest-main-window.c
index f9ec0ed..16510e7 100644 (file)
@@ -45,7 +45,7 @@
 #include "modest-main-window-ui.h"
 #include "modest-main-window-ui-dimming.h"
 #include "modest-account-mgr.h"
-#include "modest-conf.h"
+#include "modest-defs.h"
 #include <modest-tny-msg.h>
 #include "modest-mail-operation.h"
 #include "modest-icon-names.h"
@@ -850,18 +850,18 @@ on_header_selected (ModestHeaderView *header_view,
 void      
 modest_main_window_notify_send_receive_initied    (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
 }
 void      
 modest_main_window_notify_send_receive_completed    (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
 }
 
 gboolean
 modest_main_window_transfer_mode_enabled (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
        return FALSE;
 }
 
@@ -871,14 +871,14 @@ modest_main_window_on_msg_view_window_msg_changed (ModestMsgViewWindow *view_win
                                                   GtkTreeRowReference *row_reference,
                                                   ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
        return FALSE;
 }
 
 gboolean  
 modest_main_window_screen_is_on (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
        return TRUE;
 }
 
@@ -896,6 +896,8 @@ save_state (ModestWindow *window)
                                   MODEST_CONF_MAIN_WINDOW_KEY);
        modest_widget_memory_save (conf, G_OBJECT(priv->main_paned), 
                                   MODEST_CONF_MAIN_PANED_KEY);
+       modest_widget_memory_save (conf, G_OBJECT(priv->msg_paned), 
+                                  MODEST_CONF_MSG_PANED_KEY);
        modest_widget_memory_save (conf, G_OBJECT(priv->folder_view), 
                                   MODEST_CONF_FOLDER_VIEW_KEY);
 }