aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-07 09:11:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-07 09:11:29 +0000
commit4335ce353df9f818dd7c58f86a5a239ebdf841a1 (patch)
tree025b0fa964b812e79b0878562f1251e975c11ef0 /libsylph/prefs_common.h
parent1907b8dee91d178ce1c92ff4c84597079ee7cf19 (diff)
implemented auto-save.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@718 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index c6b85b1f..eb162f31 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -78,6 +78,8 @@ struct _PrefsCommon
gboolean autowrap;
gboolean linewrap_at_send;
gboolean auto_exteditor;
+ gboolean enable_autosave;
+ gint autosave_itv;
gboolean reply_account_autosel;
gboolean default_reply_list;
gboolean show_ruler;