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: gnus-parse-netrc

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 |

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 -