From owner-cvs-all@FreeBSD.ORG Thu Oct 21 20:47:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C03C16A4CE; Thu, 21 Oct 2004 20:47:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836A943D31; Thu, 21 Oct 2004 20:47:59 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9LKlx5r040199; Thu, 21 Oct 2004 20:47:59 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9LKlxqw040198; Thu, 21 Oct 2004 20:47:59 GMT (envelope-from oliver) Message-Id: <200410212047.i9LKlxqw040198@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 21 Oct 2004 20:47:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed-gtk2/files patch-encoding X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 20:47:59 -0000 oliver 2004-10-21 20:47:59 UTC FreeBSD ports repository Modified files: mail/sylpheed-gtk2/files patch-encoding Log: In case the header is not 7bit clean, gtk20 has problems displaying it correctly (because then it is not utf8 valid as well) Force converting the header and the xover data (usenet) to utf-8 in case it isn't 7bit clean by assuming the header was written in the charset locale(1) reports. That might be wrong, but I see no other way. We can't detect the charset in which the header was written in (for example, xover data doesn't have any informations in it about content-type) because Content-Type only affecty the message-body. Approved By: maintainer (implicit) Taken From: sylpheed-claws gtk2 CVS branch Revision Changes Path 1.2 +24 -0 ports/mail/sylpheed-gtk2/files/patch-encoding