From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88719 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with gnus on emacs-26 on debian 10: "Mail source (file) error (Searching for Program)" Date: Sun, 18 Aug 2019 16:08:42 +0200 Organization: Probably a good idea Message-ID: <86wofawoph.fsf@dod.no> References: <864l2qntpr.fsf@dod.no> <87zhkigmoq.fsf@yandex.com> <86ftlyyczj.fsf@dod.no> <86blwmycoy.fsf@dod.no> <874l2epvn5.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="90516"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt) To: ding@gnus.org Original-X-From: ding-owner+M36923@lists.math.uh.edu Sun Aug 18 16:08:57 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hzLrd-000NOY-6A for ding-account@gmane.org; Sun, 18 Aug 2019 16:08:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1hzLr0-0008Or-4i; Sun, 18 Aug 2019 09:08:18 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hzLqt-0008M7-UW for ding@lists.math.uh.edu; Sun, 18 Aug 2019 09:08:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hzLqr-0008RM-R8 for ding@lists.math.uh.edu; Sun, 18 Aug 2019 09:08:11 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hzLqo-000813-2G for ding@gnus.org; Sun, 18 Aug 2019 16:08:08 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hzLqn-000MaM-9M for ding@gnus.org; Sun, 18 Aug 2019 16:08:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Mail-Copies-To: never Cancel-Lock: sha1:VzRD1aKHiy1IhxZyUlin2kU9JnE= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88719 Archived-At: >>>>> Colin Baxter : > As I understand things (WARNING: I understand very little.) the current > emacs (26.2) configures "--with-mailutils" as a default > setting. Therefore the movemail program is the one from gnus and > located (usually) at /usr/bin/movemail. If you build emacs > "--without-mailutils" then the movemail program used is the one in the > emacs-exec directory (../local/lib/emacs/...) To confuse things further, > I believe in past these configure settings were reversed. > I have configured my emacs explicitly as './configure --with-mailutils'. > I therefore use /usr/bin/movemail as my movemail program and set > explicitly as (setq mail-source-movemail-program "/usr/bin/movemail") Thanks! I'm using the emacs built by debian. I have no idea what build options and/or patches they have used. :-)