"jindam, vani" writes:
> November 22, 2022 at 6:56 PM, "Adam Sjøgren" wrote:
>
>
>>
>> vani writes:
>>
>> >
>> > running M-x gnus has thrown another error:
>> > Debugger entered--Lisp error: (void-function nnimap)
>
> i intentionally did not provided full log:
>
> Debugger entered--Lisp erro
jindam, vani wrote:
> i intentionally did not provided full log
See, Gnus _is_ a fake news client!
--
underground experts united
https://dataswamp.org/~incal
November 22, 2022 at 6:56 PM, "Adam Sjøgren" wrote:
>
> vani writes:
>
> >
> > running M-x gnus has thrown another error:
> > Debugger entered--Lisp error: (void-function nnimap)
i intentionally did not provided full log:
Debugger entered--Lisp error: (void-function nnimap)
(nnimap "disr
Adam Sjøgren writes:
>> (nnimap "disroot.org"
>> (nnimap-inbox "INBOX")
>> (nnimap-split-methods default)
>> (nnimap-expunge t)
>> (nnimap-stream ssl))
>> (nnimap-authinfo-file "~/.authinfo")))
>
> This part is misplaced - I think what you are looking for i
vani writes:
> (setq gnus-select-method
> '(nnimap "disroot.org"))
[...]
> (nnimap "disroot.org"
> (nnimap-inbox "INBOX")
> (nnimap-split-methods default)
> (nnimap-expunge t)
> (nnimap-stream ssl))
> (nnimap-authinfo-file "~/.authinfo")))
This pa
vani writes:
> running M-x gnus has thrown another error:
> Debugger entered--Lisp error: (void-function nnimap)
Ok, then there's another problem in the configuration that I didn't spot
right away - feel free to share what your .gnus looks like again, and we
can try looking at it and see if we ca
November 22, 2022 at 5:26 PM, "Adam Sjøgren" wrote:
>
> vani writes:
>
> >
> > (setq smtpmail-auth-supported '(plain))")
> >
fixed it.
> This line looks weird - there is an extra ") at the end?
>
> >
> > ** questions:
> > (1) is it mandatory to use getmail or fetchmail?
> >
>
> No. S
vani writes:
> (setq smtpmail-auth-supported '(plain))")
This line looks weird - there is an extra ") at the end?
> ** questions:
> (1) is it mandatory to use getmail or fetchmail?
No. See https://www.gnus.org/manual/gnus_84.html#Mail-Sources and
https://www.gnus.org/manual/gnus_83.html#Using-I
quot;993"
:password "password")))
"~/.authinfo
machine disroot.org login jindam.v...@disroot.org password password port 993
~/.getmail/getmailrc
mkdir -m 0700 ~/.getmail
[retriever]
type = IMAP
server = disroot.org
username = jindam.v...@disroot.org
port = 993
pass