Hi,

Shnippelson <[email protected]> writes:

> Hi
>
> I'm trying to set up gnus but without success.
> It is seems to me that gnus doesn't use "nnimap-authinfo-file".
> I have the following lines in gnus-init: 
>
> (setq gnus-secondary-select-methods '(
>    (nnimap "Work"
>    (nnimap-address "mail.work.ru")
>    (nnimap-authinfo-file "/home/shnip/.emacs.d/gnus/.authinfo")
>    (nnimap-stream ssl)
>    (nnimap-server-port 993))))
>
> But gnus reads information from file ~/.authinfo. I can check it by
> deleting the file.

Current Gnus doesn't have this variable.

--8<---------------cut here---------------start------------->8---
(gnus-version)
"Gnus v5.13"

(require 'nnimap)
(boundp 'nnimap-authinfo-file)
nil
--8<---------------cut here---------------end--------------->8---

Instead, you can customize the variable `auth-sources', which can be
multiple files, possibly GPG-encrypted. 

See (info "(auth) Help for users") for more advice.

-- 
BOFH excuse #387:

Your computer's union contract is set to expire at midnight.


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to