Do ignore empty recipients when checking names
[modest] / src / modest-init.h
index 493202e..bd99e35 100644 (file)
@@ -39,6 +39,8 @@ G_BEGIN_DECLS
 
 /**
  * modest_init_init_core:
+ * @argc:
+ * @argv:
  *
  * initialize the modest runtime system (which sets up the
  * environment, instantiates singletons and so on)
@@ -47,22 +49,10 @@ G_BEGIN_DECLS
  *  
  * TRUE if this succeeded, FALSE otherwise.
  */
-gboolean modest_init_init_core (void);
+gboolean modest_init (int argc, char *argv[]);
 
 
 /**
- * modest_init_init_ui:
- * @argc: the #argc argument to the main function
- * @argv: the #argv argument to the main function
- * 
- * initialize the modest UI; this replaces the call to
- * gtk_init
- *  
- * TRUE if this succeeded, FALSE otherwise.
- */
-gboolean modest_init_init_ui (gint argc, gchar** argv);
-
-/**
  * modest_init_uninit:
  *
  * uninitialize the modest runtime system; free all the