From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88716 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 12:45:17 +0200 Organization: Probably a good idea Message-ID: <86blwmycoy.fsf@dod.no> References: <864l2qntpr.fsf@dod.no> <87zhkigmoq.fsf@yandex.com> <86ftlyyczj.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="101850"; 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+M36920@lists.math.uh.edu Sun Aug 18 12:45:00 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 1hzIgD-000QHJ-AW for ding-account@gmane.org; Sun, 18 Aug 2019 12:44: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 1hzIg6-0006h9-IJ; Sun, 18 Aug 2019 05:44:50 -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 1hzIg1-0006eQ-S6 for ding@lists.math.uh.edu; Sun, 18 Aug 2019 05:44:45 -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 1hzIg0-00054Z-1G for ding@lists.math.uh.edu; Sun, 18 Aug 2019 05:44:45 -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 1hzIfw-0004ZR-OG for ding@gnus.org; Sun, 18 Aug 2019 12:44:42 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hzIfw-000Q1k-8Q for ding@gnus.org; Sun, 18 Aug 2019 12:44:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Mail-Copies-To: never Cancel-Lock: sha1:ocRdUweqBDyajs94/WIeMNdYwKw= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88716 Archived-At: >>>>> Steinar Bang : > However, I can try setting it and see what happens. > I set the variable to "movemail" and then Gnus startet without an error > message. Hm... looking at the .emacs diff, two variables are set ("Apply and save" saved all variables in the customize buffer) , and I don't know which one had the desired effect: diff --git a/.emacs b/.emacs index b1eb917abf..19de76a9d4 100644 --- a/.emacs +++ b/.emacs @@ -731,7 +731,7 @@ to be something different.") '(desktop-files-not-to-save "\\(^/[^/:]*:\\|(ftp)$\\|^/tmp\\|.+\\.jar\\|.+\\.log\\|.+/target\\)") '(gnus-blocked-images ".") - '(gnus-cloud-method "nnimap:privat" t) + '(gnus-cloud-method "nnimap:privat") '(gnus-cloud-storage-method (quote base64-gzip)) '(gnus-picon-style (quote right)) '(gnus-treat-fill-long-lines nil) @@ -741,6 +741,7 @@ to be something different.") ("SCCS" "RCS" "CVS" "MCVS" ".src" ".svn" ".git" ".hg" ".bzr" "_MTN" "_darcs" "{arch}" "node_modules" "target"))) '(jdee-server-dir "/home/sb/.m2/repository/com/github/jdee-emacs/jdee-server/1.1-SNAPSHOT") + '(mail-source-movemail-program "movemail") '(message-forward-as-mime t) '(message-user-fqdn "dod.no") '(nxml-child-indent 1) @@ -765,6 +766,7 @@ to be something different.") '(package-selected-packages (quote (flycheck json-mode rjsx-mode git-commit async bbdb dash ghub let-alist magit magit-popup org sparql-mode with-editor csv-mode feature-mode crappy-jsp-mode rnc-mode editorconfig yaml-mode ttl-mode psvn psgml markdown-mode groovy-mode csharp-mode))) + '(rmail-movemail-program "/usr/bin/movemail") '(select-enable-clipboard t) '(split-width-threshold nil) '(user-mail-address "sb@dod.no")) (the gnus-cloud-method change was not something I did intentionally and happened before I started messing with movemail. I have no idea what this change does)