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: HelpHow do I backup and restore mail in gnus

2006-11-08 Thread netawater
Thank you and I have tried it but it can not work for it seems it do not support nnfolder type. I have tried to create a new nnfolder group for a mailbox, and instead its files with my backup files, Gnus can visit it correctly. Is there the only method to visit them and I can not visit it with

Re: Attachments in forwarded messages garbled

2006-11-08 Thread David Abrahams
Reiner Steib [EMAIL PROTECTED] writes: Without *any* kind of information what is kind of problem the garbled message/attachment has, it's next to impossible to help you. You might send such a message to gmane.test or send us a gzipped mbox of the received message. Be sure not to include

Re: Attachments in forwarded messages garbled

2006-11-08 Thread Leo
On Wed, 08/11/06, David Abrahams wrote: Reiner Steib [EMAIL PROTECTED] writes: Without *any* kind of information what is kind of problem the garbled message/attachment has, it's next to impossible to help you. You might send such a message to gmane.test or send us a gzipped mbox of the

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 -