From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88717 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 13:06:21 +0200 Organization: Probably a good idea Message-ID: <867e7aybpu.fsf@dod.no> References: <864l2qntpr.fsf@dod.no> <87zhkigmoq.fsf@yandex.com> <86ftlyyczj.fsf@dod.no> <86blwmycoy.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="184315"; 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+M36921@lists.math.uh.edu Sun Aug 18 13:06:09 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 1hzJ0i-000lqF-Ug for ding-account@gmane.org; Sun, 18 Aug 2019 13:06:09 +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 1hzJ0V-0006v0-0h; Sun, 18 Aug 2019 06:05:55 -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 1hzJ0Q-0006sE-35 for ding@lists.math.uh.edu; Sun, 18 Aug 2019 06:05:50 -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 1hzJ0O-0005Lr-St for ding@lists.math.uh.edu; Sun, 18 Aug 2019 06:05:49 -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 1hzJ0L-0004jj-GQ for ding@gnus.org; Sun, 18 Aug 2019 13:05:47 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hzJ0K-000lOH-KD for ding@gnus.org; Sun, 18 Aug 2019 13:05:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Mail-Copies-To: never Cancel-Lock: sha1:2ZpNvWrKtvqOJ7SvlhADRRUCpAA= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88717 Archived-At: I tried again from scratch, various permutation. And gnus-cloud-method is modified when I save the customization of mail-source-movemail-program to "movemail". I don't know how and why gnus-cloud-method was modified. However, I was able to eliminate the customization of rmail-movemail-program whithout any ill effects (I haven't used rmail for three decades anyway... I quickly moved om to VM because it supported the native unix mailbox format, and then moved on to various mh-based MUAs in the 1990ies before ending up with gnus where I stayed). So now the only modifications are: - '(gnus-cloud-method "nnimap:privat" t) + '(gnus-cloud-method "nnimap:privat") and + '(mail-source-movemail-program "movemail") and now it works. Thanks again!