aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-02 02:46:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-02 02:46:43 +0000
commit6c03bdd1dd117003e703e44aacc5aed4dc3b17bc (patch)
treefd3f47684c9a36e70cff2ccd4ccc410dcb0c6eb6 /libsylph/prefs_common.c
parent5136f54d0566e8a4695dcc100043c9bfec2443a5 (diff)
added the option 'Remember last selected message'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1262 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 3fac663b..350acb23 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -320,6 +320,8 @@ static PrefParam param[] = {
&prefs_common.always_show_msg, P_BOOL},
{"open_unread_on_enter", "FALSE", &prefs_common.open_unread_on_enter,
P_BOOL},
+ {"remember_last_selected", "FALSE",
+ &prefs_common.remember_last_selected, P_BOOL},
{"mark_as_read_on_new_window", "FALSE",
&prefs_common.mark_as_read_on_new_window, P_BOOL},
{"open_inbox_on_inc", "FALSE", &prefs_common.open_inbox_on_inc, P_BOOL},