[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32
From: |
Tak Kunihiro |
Subject: |
bug#31242: Gnus on 26.1 RC1 with x86_64-w64-mingw32 |
Date: |
Mon, 23 Apr 2018 19:04:24 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (windows-nt) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Tak Kunihiro <tak.kunihiro@gmail.com> writes:
>
>> Opening connection to imap.gmail.com via tls...
>> Unable to open server nnimap+gmail due to:
>> auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 4
>
> This sounds like you have a syntax error in your ~/.authinfo or ~/.netrc
> file. Does line 4 of that file look OK?
There was wrong line 4 in `~/.authinfo'.
4: machine gmail login homeros.misasa@gmail.com password ******
5: machine imap.gmail.com login homeros.misasa@gmail.com password ****** port
993
6: machine smtp.gmail.com login homeros.misasa@gmail.com password ****** port
587
After I took the line 4 out, gnus starts to work on GNU Emacs 26.1
(build 1, x86_64-w64-mingw32). That was my problem. Thank you very
much!