aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
-rw-r--r--src/setup.h1
2 files changed, 2 insertions, 0 deletions
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__ */