aboutsummaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-06 09:26:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-06 09:26:12 +0000
commit2d01a4712433affe66a398c4769125015cb7691d (patch)
treeed799288cece78496e805e5dfe5723a66e033b90 /src/setup.h
parenta13c336e4fe1c4b8c370a7b21d595ccf20b3f821 (diff)
win32: implemented automatic import of Outlook Express mail stores on first run.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2661 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h
index fd9af67c..322f2e8c 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* 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
@@ -26,5 +26,6 @@
void setup_mailbox(void);
PrefsAccount *setup_account(void);
+gint setup_import(void);
#endif /* __SETUP_H__ */