From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18715 Path: main.gmane.org!not-for-mail From: Daniel Pittman Newsgroups: gmane.emacs.gnus.general Subject: Re: A bug(?) in pGnus .42; questions about gnus mime handling Date: 16 Nov 1998 11:42:13 +1100 Sender: owner-ding@hpc.uh.edu Message-ID: <87g1bkjwnu.fsf@danann.net> References: <8790hhaf4c.fsf@danann.net> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035157192 7685 80.91.224.250 (20 Oct 2002 23:39:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:39:52 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA25134 for ; Sun, 15 Nov 1998 19:50:55 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB01986; Sun, 15 Nov 1998 18:50:46 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 15 Nov 1998 18:50:43 -0600 (CST) 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 SAA08009 for ; Sun, 15 Nov 1998 18:50:30 -0600 (CST) Original-Received: from osa.osa.com.au (osa.osa.com.au [203.6.130.129]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA24944 for ; Sun, 15 Nov 1998 19:44:06 -0500 (EST) Original-Received: (from uucp@localhost) by osa.osa.com.au (8.8.5/8.6.9) id LAA14437 for ; Mon, 16 Nov 1998 11:43:12 +1100 Original-Received: from UNKNOWN(15.16.33.1), claiming to be "redgum.osa.com.au" via SMTP by osa.osa.com.au, id smtpda14435; Mon Nov 16 00:43:08 1998 Original-Received: from morrigan.osa.com.au (morrigan.osa.com.au [15.16.33.101]) by redgum.osa.com.au (8.6.9/8.6.9) with ESMTP id LAA27243 for ; Mon, 16 Nov 1998 11:43:07 +1100 Original-Received: by danann.net via sendmail from stdin id (Debian Smail3.2.0.102) for ding@gnus.org; Mon, 16 Nov 1998 11:42:14 +1100 (EST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "13 Nov 1998 20:03:04 +0100" X-Home-Page: http://www.danann.net/ Original-Lines: 26 User-Agent: Gnus/5.070042 (Pterodactyl Gnus v0.42) XEmacs/21.0 (Pyrenean-pre6) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18715 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18715 >>>>> "Lars" == Lars Magne Ingebrigtsen writes: [...] >> Secondly, I am currently working on a utility to automatically import >> vCard records into the BBDB when using Gnus. I do have one question >> about this though - what is the best place to hook my code into Gnus? Lars> `gnus-article-display-hook' is the obvious place, but perhaps it Lars> would be nicer to add a variable -- Lars> gnus-article-mime-part-function -- that would be called with each Lars> MIME handle, so that people could do stuff to each MIME part Lars> independenly, if they wish. Lars> If that sounds interesting, I could do that. I am quite happy to do my implementation using the article display hook - it's where I figured the best place would be. However, I imagine that there will be other MIME types that people would want to treat in a similar manner; a generic hook would be nice to have. Oh, and it would have saved me 15 minutes looking for just such a hook ;) Thanks, Daniel