From 2d01a4712433affe66a398c4769125015cb7691d Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 6 Aug 2010 09:26:12 +0000 Subject: 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 --- src/import.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/import.h') diff --git a/src/import.h b/src/import.h index ea121c86..c9dd4ef8 100644 --- a/src/import.h +++ b/src/import.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2009 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,4 +26,6 @@ gint import_mail(FolderItem *default_dest); +gint import_dbx_folders(FolderItem *dest, const gchar *path); + #endif /* __IMPORT_H__ */ -- cgit v1.2.3