[imp] Mails aren't wrapped

Alexander Skwar ASkwar@DigitalProjects.com
Sun, 7 Oct 2001 11:17:20 +0200


---------------------- multipart/mixed attachment
So sprach =BBAlexander 'Digital Projects' Skwar=AB am 2001-10-07 um 03:36:2=
7 +0200 :
> Any ideas?

Okay, here's a diff to set the width of the textarea when composing a
message to the widht set in the prefs.  Further, it fixes the layout of
the row with the textarea so that it's left side is orderly under the
leftsides of the other "boxes" on the screen.

Alexander Skwar
--=20
How to quote:	http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:	http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die g=FCnstige Art an Linux Distributionen zu kommen
		Uptime: 3 days 3 hours 51 minutes

---------------------- multipart/mixed attachment
--- compose.inc.alt	Sun Oct  7 11:09:01 2001
+++ compose.inc	Sun Oct  7 11:14:27 2001
@@ -339,8 +339,12 @@
     </td>
 </tr>
 <tr>
-<td colspan="2" align="center" class="fixed">
-  <textarea class="fixed" tabindex="5" name="message" rows="20" cols="80" wrap="hard"><?= htmlspecialchars($msg) ?></textarea></td>
+<td class="fixed" align="right">
+  &nbsp;
+</td>
+<td align="left" class="fixed">
+  <textarea class="fixed" tabindex="5" name="message" rows="20" cols="<?php echo $prefs->getValue('wrap_width'); ?>" wrap="hard"><?= htmlspecialchars($msg) ?></textarea>
+</td>
 </tr>
 
 <!-- Buttons Row -->

---------------------- multipart/mixed attachment--


>From ASkwar@DigitalProjects.com Date: Sun,  7 Oct 2001 11:32:13 +0200
Return-Path: <ASkwar@DigitalProjects.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 79803 invoked from network); 7 Oct 2001 09:42:33 -0000
Received: from mailout03.sul.t-online.com (HELO mailout03.sul.t-online.de) (194.25.134.81)
  by clark.horde.org with SMTP; 7 Oct 2001 09:42:33 -0000
Received: from fwd05.sul.t-online.de 
	by mailout03.sul.t-online.de with smtp 
	id 15qAS7-0002b1-02; Sun, 07 Oct 2001 11:42:31 +0200
Received: from teich.garten.digitalprojects.com (510044997847-0001@[217.83.106.187]) by fmrl05.sul.t-online.com
	with esmtp id 15qAIy-0vkGm0q; Sun, 7 Oct 2001 11:33:04 +0200
Received: by teich.garten.digitalprojects.com (Postfix, from userid 48)
	id D2FDB82458; Sun,  7 Oct 2001 11:32:13 +0200 (CEST)
Received: from pd9536abb.dip.t-dialin.net ( [pd9536abb.dip.t-dialin.net])
	as user askwar@localhost by horde.imp.lieder.ath.cx with HTTP;
	Sun,  7 Oct 2001 11:32:13 +0200
Message-ID: <1002447133.3bc0211d8fbfa@horde.imp.lieder.ath.cx>
Date: Sun,  7 Oct 2001 11:32:13 +0200
From: Alexander Skwar <ASkwar@DigitalProjects.com>
To: imp@lists.horde.org
References: <1002386756.3bbf3544ccc2c@horde.imp.lieder.ath.cx> <20011006125356.I1328@horde.org> <1002443840.3bc01440c47f4@partex.net>
In-Reply-To: <1002443840.3bc01440c47f4@partex.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 217.83.106.187
X-Sender: 510044997847-0001@t-dialin.net
Subject: Re: [imp] Applying filters?

Zitat von M Z Rahman <zrahman@partex.net>:

> while
> viewing a message?

And another thing which would be nice to have while viewing a message,
would be a link to un-/mark this message as important.

Alexander Skwar
-- 
How to quote:  http://learn.to/quote (de) http://quote.6x.to (en)
Homepage:      http://www.digitalprojects.com | http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/