From owner-freebsd-ports@FreeBSD.ORG Tue Feb 18 13:39:09 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19A89F26; Tue, 18 Feb 2014 13:39:09 +0000 (UTC) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.31.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E27C15D1; Tue, 18 Feb 2014 13:39:08 +0000 (UTC) Received: from [92.204.68.188] (helo=localhost) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1WFkt8-0003sn-3B; Tue, 18 Feb 2014 14:39:06 +0100 From: _1126 (Christian Lask) To: rea@freebsd.org Subject: mail/mu should require mail/gmime26 User-agent: mu4e 0.9.9; emacs 24.3.1 Date: Tue, 18 Feb 2014 14:39:05 +0100 Message-ID: <86lhx85yme.fsf@elfsechsundzwanzig.de> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: bGlzdHNAZWxmc2VjaHN1bmR6d2FuemlnLmRl Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 13:39:09 -0000 Hey (again)! mail/mu is able to decrypt pgp/mime encrypted messages. "mu view --decrypt" then uses the gpg-daemon to ask for gpg-passphrase. However, to enable this feature, mail/gmime26 has to be installed. It might be useful to include this as a dependency to mail/mu - or to enable an option, say, "enable pgp support" which then pulls in mail/gmime26. Best regards! _1126