aboutsummaryrefslogtreecommitdiff
path: root/libsylph/sylmain.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-04-09 02:22:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-04-09 02:22:46 +0000
commit09957b4811e82e4aac8daa4049af572c811d5710 (patch)
treefe5622cd7ad5c0a9d184222cd6a1ffd89ef9dddb /libsylph/sylmain.c
parent542de44ef8e5a9db37de993bfcc0d556e4da8cd7 (diff)
also load plug-ins from user plug-in directory.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2534 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/sylmain.c')
-rw-r--r--libsylph/sylmain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/sylmain.c b/libsylph/sylmain.c
index 6e8ccb80..97e078dd 100644
--- a/libsylph/sylmain.c
+++ b/libsylph/sylmain.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -299,6 +299,7 @@ gint syl_setup_rc_dir(void)
MAKE_DIR_IF_NOT_EXIST(get_mime_tmp_dir());
MAKE_DIR_IF_NOT_EXIST(get_tmp_dir());
MAKE_DIR_IF_NOT_EXIST(UIDL_DIR);
+ MAKE_DIR_IF_NOT_EXIST(PLUGIN_DIR);
/* remove temporary files */
remove_all_files(get_tmp_dir());