From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16122 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Calling message-mail with various headers to add Date: 19 Aug 1998 10:38:56 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155044 25967 80.91.224.250 (20 Oct 2002 23:04:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:04:04 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id BAA18069 for ; Wed, 19 Aug 1998 01:46:08 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id EAA14430 for ; Wed, 19 Aug 1998 04:39:39 -0400 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id DAK07675; Wed, 19 Aug 1998 03:39:39 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 19 Aug 1998 03:39:21 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id DAA07662 for ; Wed, 19 Aug 1998 03:39:13 -0500 (CDT) Original-Received: from waldorf.informatik.uni-dortmund.de (waldorf.informatik.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA17465 for ; Wed, 19 Aug 1998 04:39:07 -0400 (EDT) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.informatik.uni-dortmund.de [129.217.20.180]) by waldorf.informatik.uni-dortmund.de with SMTP id KAA17100; Wed, 19 Aug 1998 10:38:58 +0200 (MES) Original-Received: by ramses.informatik.uni-dortmund.de id KAA07207; Wed, 19 Aug 1998 10:38:57 +0200 Original-To: Andreas Jaeger In-Reply-To: Andreas Jaeger's message of "19 Aug 1998 10:05:06 +0200" Original-Lines: 14 X-Mailer: Gnus v5.6.37/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16122 >>>>> Andreas Jaeger writes: > For example, evaluating: > (message-mail "ding@gnus.org" nil "Gcc: nnfolder+archive:out-mail") > I get: > Wrong type argument: listp, "Gcc: nnfolder+archive:out-mail" Well, obviously, OTHER-HEADERS should be a list. Maybe like this? (message-mail "ding@gnus.org" nil (list "Gcc: nnfolder+archive:out-mail")) kai -- OOP: object oriented programming; OOPS: object oriented mistakes