diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-01-26 09:52:02 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-01-26 09:52:02 +0000 |
commit | 3dcd0bb8512052ff540858ffc728964900c6c473 (patch) | |
tree | 3fd022d90c8e4d3867c7d6c59bca04d428d4eb59 /libsylph/prefs_common.c | |
parent | bcd4b40e67010378892ce56f551d9e45958f07fa (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/prefs_common.c')
-rw-r--r-- | libsylph/prefs_common.c | 2 |
1 files changed, 0 insertions, 2 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}, |