Re: how to set gnus authinfo file

2016-06-12 Thread Eric Abrahamsen
a...@koldfront.dk (Adam Sjøgren) writes: > You didn't say what version of Gnus / Emacs you use, so your milage may > vary. Anyway: > > Alice writes: > >> (setq nnimap-authinfo-file > > Where did you get this variable name? As far as I can see, it is nowhere > in the Gnus source code. There is a

Re: how to set gnus authinfo file

2016-06-12 Thread Emanuel Berg
Alice Bob writes: > I would like to change the default location > of .authinfo.gpg file. For example, put it > under ~/.emacs.d/gnus/.authinfo.gpg > > I cannot find a way to do this. Try M-x apropos-value RET authinfo RET It seems `auth-sources' is what you seek.

Re: how to set gnus authinfo file

2016-06-12 Thread Adam Sjøgren
Adam writes: > You didn't say what version of Gnus / Emacs you use, so your milage may > vary. Anyway: You did, I just can't read. Sorry about that. I think my answer is spot on then: > To me it looks like auth-sources is the variable to look at: Sorry again for not reading the very first

Re: how to set gnus authinfo file

2016-06-12 Thread Adam Sjøgren
You didn't say what version of Gnus / Emacs you use, so your milage may vary. Anyway: Alice writes: > (setq nnimap-authinfo-file Where did you get this variable name? As far as I can see, it is nowhere in the Gnus source code. > smtpmail-auth-credentials >

Re: how to set gnus authinfo file

2016-06-12 Thread Alice Bob
Martin writes: > Alice Bob writes: > > > Emacs 24.5; Gnus 5.13. > > > > I would like to set file path of `~/.authinfo.gpg' which stores nntp, > > nnimap, smtp passwords. This is the code snippet: > > > > (setq nnimap-authinfo-file > > (nnheader-concat

Re: how to set gnus authinfo file

2016-06-12 Thread Martin
Alice Bob writes: > Emacs 24.5; Gnus 5.13. > > I would like to set file path of `~/.authinfo.gpg' which stores nntp, > nnimap, smtp passwords. This is the code snippet: > > (setq nnimap-authinfo-file > (nnheader-concat gnus-home-directory "authinfo.gpg")

how to set gnus authinfo file

2016-06-12 Thread Alice Bob
Emacs 24.5; Gnus 5.13. I would like to set file path of `~/.authinfo.gpg' which stores nntp, nnimap, smtp passwords. This is the code snippet: (setq nnimap-authinfo-file (nnheader-concat gnus-home-directory "authinfo.gpg") smtpmail-auth-credentials (nnheader-concat