Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus-read-init-file: Error in ~/.gnus: disroot.org
@ 2022-11-22 13:50 jindam, vani
  2022-11-22 17:26 ` Adam Sjøgren
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: jindam, vani @ 2022-11-22 13:50 UTC (permalink / raw)
  To: info-gnus-english

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
    ’((file :path "/var/spool/mail/jindam.vani@disroot.org")         
       (imap :server "disroot.org"
             :user "jindam.vani@disroot.org" 
             :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 = IMAP
server = disroot.org
username = jindam.vani@disroot.org
port = 993
password = password

[destination]
type = Maildir
path = ~/.nnmaildir/

~ M-x gnus

gnus-read-init-file: Error in ~/.gnus: disroot.org

Debugger entered--Lisp error: (void-variable disroot\.org)
  eval-buffer(#<buffer  *load*> nil "/home/jindam/.gnus" nil t)  ; Reading 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/-/snippets/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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-23 17:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 13:50 gnus-read-init-file: Error in ~/.gnus: disroot.org jindam, vani
2022-11-22 17:26 ` Adam Sjøgren
2022-11-22 18:10 ` jindam, vani
2022-11-22 18:55   ` Adam Sjøgren
2022-11-23  5:21   ` jindam, vani
2022-11-23  5:25     ` Emanuel Berg
2022-11-23 17:47     ` Eric Abrahamsen
2022-11-22 19:36 ` Adam Sjøgren
2022-11-22 21:11   ` Björn Bidar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).