aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-26 09:52:02 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-26 09:52:02 +0000
commit3dcd0bb8512052ff540858ffc728964900c6c473 (patch)
tree3fd022d90c8e4d3867c7d6c59bca04d428d4eb59 /libsylph
parentbcd4b40e67010378892ce56f551d9e45958f07fa (diff)
removed 'Wrap before sending' option, which was rather problematic.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@933 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 5b96a5a9..0f430afd 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -72,8 +72,6 @@ static PrefParam param[] = {
{"linewrap_length", "72", &prefs_common.linewrap_len, P_INT},
{"linewrap_quotation", "FALSE", &prefs_common.linewrap_quote, P_BOOL},
{"linewrap_auto", "FALSE", &prefs_common.autowrap, P_BOOL},
- {"linewrap_before_sending", "FALSE", &prefs_common.linewrap_at_send,
- P_BOOL},
{"enable_autosave", "FALSE", &prefs_common.enable_autosave, P_BOOL},
{"autosave_interval", "5", &prefs_common.autosave_itv, P_INT},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index a317e235..af484a89 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -72,7 +72,6 @@ struct _PrefsCommon
gint linewrap_len;
gboolean linewrap_quote;
gboolean autowrap;
- gboolean linewrap_at_send;
gboolean auto_exteditor;
gboolean enable_autosave;
gint autosave_itv;