Re: Elisp: get pop3 password from .authinfo

2006-11-11 Thread Sebastian Schubert
[EMAIL PROTECTED] (Johan Bockgård) writes: > Sebastian Schubert <[EMAIL PROTECTED]> writes: > >> | (let* ((x (gnus-parse-netrc nntp-authinfo-file)) >> | (item (gnus-netrc-machine x "pop")) >> | (pw (gnus-netrc-get item "password"))) > > Those functions have been renamed: > > gn

Re: Elisp: get pop3 password from .authinfo

2006-11-08 Thread Johan Bockgård
Sebastian Schubert <[EMAIL PROTECTED]> writes: > | (let* ((x (gnus-parse-netrc nntp-authinfo-file)) > | (item (gnus-netrc-machine x "pop")) > | (pw (gnus-netrc-get item "password"))) Those functions have been renamed: gnus-parse-netrc -> netrc-parse gnus-netrc-machine

Re: Elisp: get pop3 password from .authinfo

2006-11-08 Thread Hadron Quark
Sebastian Schubert <[EMAIL PROTECTED]> writes: > Hallo, > > I want to get the pop3 password from the .authinfo file to have all > password together. I found a function to do it: > http://groups.google.de/group/de.comm.software.gnus/msg/d3e772d5f684ce68?hl=de&; > > , > | (setq mail-sources `(.

Elisp: get pop3 password from .authinfo

2006-11-08 Thread Sebastian Schubert
Hallo, I want to get the pop3 password from the .authinfo file to have all password together. I found a function to do it: http://groups.google.de/group/de.comm.software.gnus/msg/d3e772d5f684ce68?hl=de&; , | (setq mail-sources `(... (pop :server "foo" :user "bar" |