aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-25 03:19:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-25 03:19:06 +0000
commit6cc2012df1b49b57e204a3e75c7850b339d10486 (patch)
treeabc6ba516d7798a582eb2182c0793121779b0e36 /src
parent8ff4b8d4725e7922b377000d6b272b015e7782f0 (diff)
merged missing wab import code.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2727 ee746299-78ed-0310-b773-934348b2243d
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__ */