From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLaWl-0003oc-8s for guix-patches@gnu.org; Tue, 30 Apr 2019 17:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLaWk-0001QD-7F for guix-patches@gnu.org; Tue, 30 Apr 2019 17:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLaWk-0001Py-3W for guix-patches@gnu.org; Tue, 30 Apr 2019 17:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLaWj-0005C6-Oq for guix-patches@gnu.org; Tue, 30 Apr 2019 17:43:01 -0400 Subject: [bug#35512] [PATCH 0/1] gnu: emacs: Add mailutils to inputs for security. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:39281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLaVl-0003l5-GV for guix-patches@gnu.org; Tue, 30 Apr 2019 17:42:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLaVk-0000wm-EL for guix-patches@gnu.org; Tue, 30 Apr 2019 17:42:01 -0400 Received: from sender-pp-o92.zoho.eu ([185.20.209.252]:25380) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLaVi-0000u6-GN for guix-patches@gnu.org; Tue, 30 Apr 2019 17:42:00 -0400 From: wednesday Message-ID: <20190430214141.4226-1-jessejohngildersleve@zohomail.eu> Date: Tue, 30 Apr 2019 22:41:40 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35512@debbugs.gnu.org Cc: wednesday If mailutils is not present on the system, then emacs will fall back to usi= ng it's own limited version of movemail that retrieves POP3 only from insecure= channels.. This link explains some more details: https://bugs.launchpad.net/ubuntu/+source/emacs/+bug/1814179 wednesday (1): gnu: emacs: Add mailutils to inputs. gnu/packages/emacs.scm | 3 +++ 1 file changed, 3 insertions(+) --=20 2.21.0