From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32170 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: mail-sources strangeness Date: 14 Aug 2000 19:11:04 +0200 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035168484 18222 80.91.224.250 (21 Oct 2002 02:48:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:48:04 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 2676FD051E for ; Mon, 14 Aug 2000 13:09:08 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAC18370; Mon, 14 Aug 2000 12:09:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 14 Aug 2000 12:08:13 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA20712 for ; Mon, 14 Aug 2000 12:08:00 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id 6DD9ED051E for ; Mon, 14 Aug 2000 13:08:26 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id TAA27657 for ding@gnus.org; Mon, 14 Aug 2000 19:09:36 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: ti01a02-0244.dialup.online.no Original-X-Trace: quimby.gnus.org 966272975 17393 130.67.1.244 (14 Aug 2000 17:09:35 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 14 Aug 2000 17:09:35 GMT Mail-Copies-To: never X-Now-Playing: Oval's _Szenariodisk_: "2)" User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ 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: (pop (:prescript) (:prescript-delay) (:postscript) (:server (getenv "MAILHOST")) (:port 110) (:user (or (user-login-name) (getenv "LOGNAME") (getenv "USER"))) (:program) (:function) (:password) (:authentication password)) With the default values as shown, and with the user-supplied values overriding the defaults. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen