From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32333 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus and mailto: Date: Tue, 5 Sep 2000 15:36:33 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <200009051436.PAA09834@djlvig.dl.ac.uk> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168621 19158 80.91.224.250 (21 Oct 2002 02:50:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:21 +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 154A2D051E for ; Tue, 5 Sep 2000 10:36:58 -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 JAC18230; Tue, 5 Sep 2000 09:36:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 05 Sep 2000 09:36:19 -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 JAA00264 for ; Tue, 5 Sep 2000 09:36:07 -0500 (CDT) Original-Received: from djlvig.dl.ac.uk (djlvig.dl.ac.uk [148.79.112.146]) by mailhost.sclp.com (Postfix) with ESMTP id F0506D051E for ; Tue, 5 Sep 2000 10:36:33 -0400 (EDT) Original-Received: (from fx@localhost) by djlvig.dl.ac.uk (8.8.7/8.8.5) id PAA09834; Tue, 5 Sep 2000 15:36:33 +0100 X-Authentication-Warning: djlvig.dl.ac.uk: fx set sender to d.love@dl.ac.uk using -f Original-To: ding@gnus.org In-Reply-To: David Roth's message of "30 Aug 2000 21:49:47 +0100" User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90 Original-Lines: 15 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32333 >>>>> "DR" == David Roth writes: DR> Basically I was wondering how to pass an email address (and maybe DR> subject) to my gnus session from the command line, and have it DR> pop up a nice new compose message window in gnus. I once used the following script, but you'll want to call `compose-mail', not `mail', and I think the args are different. See etc/MORE.STUFF for gnuserv/gnudoit. #! /bin/sh # For MMM. Invoked as `mailto -s
' gnudoit "(mail nil \"$3\" \"$2\")" >/dev/null