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 /src/compose.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 'src/compose.c')
-rw-r--r-- | src/compose.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compose.c b/src/compose.c index ead2d434..d7ca382e 100644 --- a/src/compose.c +++ b/src/compose.c @@ -2670,9 +2670,6 @@ static gint compose_send(Compose *compose) return -1; } } else { - if (prefs_common.linewrap_at_send) - compose_wrap_all(compose); - if (compose_write_to_file(compose, tmp, FALSE) < 0) { compose_unlock(compose); return -1; @@ -5861,9 +5858,6 @@ static void compose_send_later_cb(gpointer data, guint action, return; } } else { - if (prefs_common.linewrap_at_send) - compose_wrap_all(compose); - if (compose_write_to_file(compose, tmp, FALSE) < 0) { alertpanel_error(_("Can't queue the message.")); return; |