help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with simple function


From: Peter Davis
Subject: Re: Help with simple function
Date: 09 Jan 2003 16:07:15 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence (Windows))

Adrian Aichner <adrian@xemacs.org> writes:

> >>>>> "Peter" == Peter Davis <pd@world.std.com> writes:

[...]

>     Peter> 1) Keep all the POP account info in a list, sort of like:
> 
>     Peter>     (setq pop-servers '((:server mail.myhomeisp.com
>     Peter>                          :username "pd"
>     Peter>                          :password ""
>     Peter>                          :lmos t)
>     Peter>                         (:server mail.mywork.com
>     Peter>                          :username "pdavis"
>     Peter>                          :password ""
>     Peter>                          :lmos nil)
>     Peter>                         ))
> 
> See
> `mail-sources' (buffer: .gnus, mode: Emacs-Lisp)
> 
> 
> Customizable user variable:
> 
>   value: see below
> 
>   *Where the mail backends will look for incoming mail.
>   This variable is a list of mail source specifiers.
>   See Info node `(gnus)Mail Source Specifiers'.
> 
> Adrian

Thanks.  I'm familiar with mail-sources, but not the code that
actually processes it.  Actually, my Perl script puts all the messages
into a maildir format, which gnus then inhales via the appropriate
mail-sources.

Thanks,

-pd


-- 
--------
                             Peter Davis
               Funny stuff at http://www.pfdstudio.com
                 The artwork formerly shown as prints
    List of resources for children's writers and illustrators at:
                  http://www.pfdstudio.com/cwrl.html


reply via email to

[Prev in Thread] Current Thread [Next in Thread]