From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66000 Path: news.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: gnus-article-mime-part-function and gnus-mime-multipart-functions Date: Fri, 21 Dec 2007 22:25:57 +0100 Message-ID: <87r6hfwx94.fsf@ID-24456.user.uni-berlin.de> Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1198272810 311 80.91.229.12 (21 Dec 2007 21:33:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 21:33:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14493@lists.math.uh.edu Fri Dec 21 22:33:41 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1J5pUz-00012X-Bk for ding-account@gmane.org; Fri, 21 Dec 2007 22:33:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1J5pTV-0007Pj-5r; Fri, 21 Dec 2007 15:32:09 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1J5pTT-0007PT-QR for ding@lists.math.uh.edu; Fri, 21 Dec 2007 15:32:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1J5pTN-0004yP-NN for ding@lists.math.uh.edu; Fri, 21 Dec 2007 15:32:07 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1J5pTL-0007X8-00 for ; Fri, 21 Dec 2007 22:31:59 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J5pTB-00021m-24 for ding@gnus.org; Fri, 21 Dec 2007 21:31:49 +0000 Original-Received: from p508904be.dip0.t-ipconnect.de ([80.137.4.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Dec 2007 21:31:49 +0000 Original-Received: from christoph.conrad by p508904be.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Dec 2007 21:31:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p508904be.dip0.t-ipconnect.de User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 Cancel-Lock: sha1:CWeDhcimOvk0SEfOXuHnDSrFeW8= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66000 Archived-At: Hi, i am wondering why gnus-article-mime-part-function is only a function and not a list of functions, so that for several handlers can be added. Then i discovered gnus-mime-multipart-functions, but it does not work as expected: (add-to-list 'gnus-mime-multipart-functions (cons "text/calendar" 'cc-korganizer-icalendar-handle-part)) Please, can anyone enlighten me? With kind regards Christoph