From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10220 invoked from network); 22 Nov 2022 15:36:19 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 22 Nov 2022 15:36:19 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxVJW-0006cP-5b; Tue, 22 Nov 2022 10:35:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxTg8-0002Pp-OW for info-gnus-english@gnu.org; Tue, 22 Nov 2022 08:51:12 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxTg4-0007OM-5d for info-gnus-english@gnu.org; Tue, 22 Nov 2022 08:51:11 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4ABAB41393 for ; Tue, 22 Nov 2022 14:51:01 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XoC1hcKrrgpx for ; Tue, 22 Nov 2022 14:50:59 +0100 (CET) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1669125059; bh=rfyXHFem2vxZy2FiwJXrzhK55WbOYGz73Gad+R1HTig=; h=Date:From:Subject:To:From; b=S5YoGupwDmaSj1/WwWxQiJ2a1byxmHeiXeKxYqGAauE4YET63QI/5A5m8vdP/lKS/ 2/jZlH9ATd9htJNyv5EfMORGssS+ZrXPmrE7D44DflZMQKtcUOaYhUYx91DZGvjGE0 ++k2/rN6C1ryJicD1/OmF0kpCErpq2NhtxnsSwuRU2oDu3KTxOxPrEguh3OPj1y4KK 1oWbiKHI5csx2BG62iljMgTfRg3HbE2fh4LeveGyNtBDDfEAec6Do2QtkFswKi2gGy OH39+CBifhbT9fRufxVUeP9/2ox8O1WvOpD9wYgoVAw81YtH3EkFfLf/D1kD/OsB1k rr6Jd7+M4EJOg== Date: Tue, 22 Nov 2022 13:50:59 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "jindam, vani" Message-ID: <3da89e22a6234df5c1f0774d35ed4ff601b31608@disroot.org> Subject: gnus-read-init-file: Error in ~/.gnus: disroot.org To: info-gnus-english@gnu.org Received-SPF: pass client-ip=178.21.23.139; envelope-from=jindam.vani@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 22 Nov 2022 10:35:41 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org emacs 27.1 on debian bullseye (userland app [1]): the entire files (2) are given below: ~/.gnus (setq gnus-select-method '(nnimap "disroot.org")) (setq user-full-name "jindam, vani" user-mail-address "jindam.vani@disroot.org") (setq smtpmail-auth-supported '(plain))") (setq smtpmail-smtp-service 465) (setq mtpmail-stream-type 'tls) (setq smtpmail-auth-supported '(plain)) (nnimap "disroot.org" (nnimap-inbox "INBOX") (nnimap-split-methods default) (nnimap-expunge t) (nnimap-stream ssl)) (nnimap-authinfo-file "~/.authinfo"))) (setq mail-sources =E2=80=99((file :path "/var/spool/mail/jindam.vani@disroot.org")=20= =20=20=20=20=20=20=20=20 =20 (imap :server "disroot.org" :user "jindam.vani@disroot.org"=20 =20 :port "993" :password "password"))) "~/.authinfo machine disroot.org login jindam.vani@disroot.org password password port = 993 ~/.getmail/getmailrc mkdir -m 0700 ~/.getmail [retriever] type =3D IMAP server =3D disroot.org username =3D jindam.vani@disroot.org port =3D 993 password =3D password [destination] type =3D Maildir path =3D ~/.nnmaildir/ ~ M-x gnus gnus-read-init-file: Error in ~/.gnus: disroot.org Debugger entered--Lisp error: (void-variable disroot\.org) eval-buffer(# nil "/home/jindam/.gnus" nil t) ; Readin= g at buffer position 513 load-with-code-conversion("/home/jindam/.gnus" "/home/jindam/.gnus" nil= t) load("~/.gnus" nil t) gnus-read-init-file() gnus-1(nil nil nil) gnus(nil) funcall-interactively(gnus nil) call-interactively(gnus record nil) command-execute(gnus record) execute-extended-command(nil "gnus" "gnus") funcall-interactively(execute-extended-command nil "gnus" "gnus") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) (1) https://github.com/CypherpunkArmory/UserLAnd (2) https://web.archive.org/web/20221122134120/https://gitlab.com/-/snipp= ets/2461819/raw/main/.gnus.authinfo.getmail/getmailrc ** questions: (1) is it mandatory to use getmail or fetchmail? (2) how do i resolve gnus init error? regards, jindam, vani toots: @jindam_vani@c.im others: en.wikipedia.org/wiki/User:Jindam_vani