aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/main.c1
-rw-r--r--src/setup.h1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 444ae4e7..5f26099d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-25
+
+ * src/main.c
+ src/setup.h: win32: added missing code for WAB file import.
+
2010-11-18
* manual/ja/sylpheed.sgml: updated to 3.1.
diff --git a/src/main.c b/src/main.c
index 61553050..727f084a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -372,6 +372,7 @@ int main(int argc, char *argv[])
if (first_run) {
setup_import_data();
+ setup_import_addressbook();
}
remote_command_exec();
diff --git a/src/setup.h b/src/setup.h
index 0653e1cb..48c1cecf 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -27,5 +27,6 @@
void setup_mailbox(void);
PrefsAccount *setup_account(void);
gint setup_import_data(void);
+gint setup_import_addressbook(void);
#endif /* __SETUP_H__ */