Add a basic contact merging feature to the address book, thanks to
[claws.git] / src / addressbook.h
index f872d68e3735831c721a5b6ce482b92f6a46866d..beb92cdf83d51355e18e0d35934664083fd55f51 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -46,11 +46,6 @@ gboolean addressbook_peek_folder_exists( gchar *folderpath,
                                                                                 AddressDataSource **book,
                                                                                 ItemFolder **folder );
 
-gboolean addressbook_load_completion   (gint (*callBackFunc) 
-                                              (const gchar *, 
-                                               const gchar *, 
-                                               const gchar *));
-
 void addressbook_gather                        ( FolderItem *folderItem,
                                          gboolean sourceInd,
                                          GList *msgList );
@@ -63,6 +58,12 @@ void addressbook_address_list_set_focus( void );
 void addressbook_address_list_disable_some_actions( void );
 void addressbook_refresh( void );
 gchar *addressbook_set_col_name_guard(gchar *value);
+void addressbook_reflect_prefs_pixmap_theme(void);
+
+void addressbook_folder_refresh_one_person(GtkCMCTree *clist,
+                                                 ItemPerson *person);
+void addressbook_folder_remove_one_person(GtkCMCTree *clist,
+                                                ItemPerson *person);
 
 #endif /* __ADDRESSBOOK_H__ */