Re: how to set gnus authinfo file

2016-07-26 Thread Adam Sjøgren
Bill writes: > On Sun Jul 03 2016 at 07:47, Alice Bob wrote: >> a...@koldfront.dk (Adam Sjøgren) writes: >>> Do any other programs use ~/.authinfo.gpg? >> I am not sure yet. AFAIS, only Emacs/Gnus use ~/.authinfo.gpg (by default). > tramp and org-jira do. if i use one of them first thing in

Re: how to set gnus authinfo file

2016-07-25 Thread Bill White
On Sun Jul 03 2016 at 07:47, Alice Bob wrote: > a...@koldfront.dk (Adam Sjøgren) writes: > >> Alice writes: >> >>> Ha, this is my idead: since `authinfo.gpg' is only for Gnus mail >>> authentication, why not put it under emacs directory? File under >>> home (~/.authinfo.gpg) should be used for th

Re: how to set gnus authinfo file

2016-07-11 Thread Ted Zlatanov
On Sat, 09 Jul 2016 10:17:50 +0200 Tassilo Horn wrote: TH> a...@koldfront.dk (Adam Sjøgren) writes: >>> Ha, this is my idead: since `authinfo.gpg' is only for Gnus mail >>> authentication, why not put it under emacs directory? File under >>> home (~/.authinfo.gpg) should be used for the whole us

Re: how to set gnus authinfo file

2016-07-09 Thread Tassilo Horn
a...@koldfront.dk (Adam Sjøgren) writes: >> Ha, this is my idead: since `authinfo.gpg' is only for Gnus mail >> authentication, why not put it under emacs directory? File under >> home (~/.authinfo.gpg) should be used for the whole user >> account. Is this reasonable? > > Do any other programs use

Re: how to set gnus authinfo file

2016-07-03 Thread Alice Bob
a...@koldfront.dk (Adam Sj?0?3gren) writes: > Alice writes: > >> Ha, this is my idead: since `authinfo.gpg' is only for Gnus mail >> authentication, why not put it under emacs directory? File under >> home (~/.authinfo.gpg) should be used for the whole user >> account. Is this reasonable? > > Do a

Re: how to set gnus authinfo file

2016-07-03 Thread Adam Sjøgren
Alice writes: > Ha, this is my idead: since `authinfo.gpg' is only for Gnus mail > authentication, why not put it under emacs directory? File under > home (~/.authinfo.gpg) should be used for the whole user > account. Is this reasonable? Do any other programs use ~/.authinfo.gpg? Best regards

Re: how to set gnus authinfo file

2016-07-03 Thread Alice Bob
a...@koldfront.dk (Adam Sj?0?3gren) 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. This variable will be released in next version of Gnus. >> smtpmail-auth-credentials >> smtpmail-starttls-c

Re: how to set gnus authinfo file

2016-07-03 Thread Alice Bob
Emanuel Berg writes: > 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 w

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 n

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. >From the help: "Entries

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 line

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 > smtpmail-starttls-credenti

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 gnus-home-directory "

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-11 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 gnus-home