Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: mail-sources strangeness
Date: 14 Aug 2000 23:05:49 +0200	[thread overview]
Message-ID: <vaflmxzo8nm.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "14 Aug 2000 19:11:04 +0200"

On 14 Aug 2000, Lars Magne Ingebrigtsen wrote:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> 
>> Hm.  Hmmm...  I looked at the source (cursorily), and it appears
>> that an entry `(pop :host "foo" :user "jrl" :password
>> "verysecret")' means that the symbols `host', `user' and `password'
>> are bound, to "foo", "jrl", and "verysecret", respectively.
> 
> Yes.  But not only those.  For instance, pop mail source functions
> will have the following variables bound:

I see.  Here's the new text for the info file that I've just
commited.  Okay?

/----
| Function Interface
| ..................
| 
|    Some of the above keywords specify a Lisp function to be executed.
| For each keyword `:foo', the Lisp variable `foo' is bound to the value
| of the keyword while the function is executing.  For example, consider
| the following mail-source setting:
| 
|      (setq mail-sources '((pop :user "jrl"
|                                :server "pophost" :function fetchfunc)))
| 
|    While the function `fetchfunc' is executing, the symbol `user' is
| bound to `"jrl"', and the symbol `server' is bound to `"pophost"'.  The
| symbols `port', `password', `program', `prescript', `postscript',
| `function', and `authentication' are also bound (to their default
| values).
| 
|    See above for a list of keywords for each type of mail source.
| 
\----

This comes at the end of the `Mail Source Specifiers' node.

kai
-- 
I like BOTH kinds of music.



      reply	other threads:[~2000-08-14 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-10 21:31 Kai Großjohann
2000-08-13 18:42 ` Lars Magne Ingebrigtsen
2000-08-13 19:34   ` Kai Großjohann
2000-08-13 19:43     ` Lars Magne Ingebrigtsen
2000-08-14 12:59       ` Kai Großjohann
2000-08-14 17:11         ` Lars Magne Ingebrigtsen
2000-08-14 21:05           ` Kai Großjohann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaflmxzo8nm.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).