aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-13 02:37:56 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-04-13 02:37:56 +0000
commit90a9df8d5cf975b9ef0c276f6d951b99d8f8bbc4 (patch)
treeab690a8ff44344b362f6769740080665994efe84 /libsylph/prefs_common.h
parentea7c0c909c64e410573c7e50791acd6f6ff61c87 (diff)
preserve the last selected folders between sessions.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3043 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index f3210630..6c62609c 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2011 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -330,6 +330,10 @@ struct _PrefsCommon
gint addressbook_col_name;
gint addressbook_col_addr;
gint addressbook_col_rem;
+
+ gchar *prev_open_dir;
+ gchar *prev_save_dir;
+ gchar *prev_folder_dir;
};
extern PrefsCommon prefs_common;