From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 23 13:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90EB21065670 for ; Thu, 23 Jun 2011 13:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8036E8FC0A for ; Thu, 23 Jun 2011 13:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5NDKBJw042637 for ; Thu, 23 Jun 2011 13:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5NDKB8A042636; Thu, 23 Jun 2011 13:20:11 GMT (envelope-from gnats) Date: Thu, 23 Jun 2011 13:20:11 GMT Message-Id: <201106231320.p5NDKB8A042636@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcin Wisnicki Cc: Subject: Re: ports/156982: [MAINTAINER] mail/mail-notification: unbreak evolution and fix other things X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Wisnicki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 13:20:11 -0000 The following reply was made to PR ports/156982; it has been noted by GNATS. From: Marcin Wisnicki To: bug-followup@FreeBSD.org, mwisnicki+freebsd@gmail.com Cc: Subject: Re: ports/156982: [MAINTAINER] mail/mail-notification: unbreak evolution and fix other things Date: Thu, 23 Jun 2011 14:49:24 +0200 Additionally it would be nice if whitespace was preserved. One way to do that is by modifying cgi to wrap content in
 and
 stop adding 
. Alternatively this could be achieved by following CSS: .replyblock, .patchblock, .auditblock { white-space: normal; } .mfield, .replyblock tr:last-child { white-space: pre; } .mfield br, .replyblock tr:last-child br { display: none; }