From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33139 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: Re: attachment names Date: 03 Nov 2000 12:50:51 +0100 Organization: CLI GmbH Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: C.Conrad@cli.de 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 1035169301 23549 80.91.224.250 (21 Oct 2002 03:01:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:01:41 +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 97389D049A for ; Fri, 3 Nov 2000 06:51:40 -0500 (EST) 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 FAB12077; Fri, 3 Nov 2000 05:51:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Nov 2000 05:50:43 -0600 (CST) 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 FAA17466 for ; Fri, 3 Nov 2000 05:50:29 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [195.204.10.139]) by mailhost.sclp.com (Postfix) with ESMTP id C9EA5D049A for ; Fri, 3 Nov 2000 06:50:54 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id LAA18952 for ding@gnus.org; Fri, 3 Nov 2000 11:53:11 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 31 Original-NNTP-Posting-Host: gate.cli.de Original-X-Trace: quimby.gnus.org 973248790 21079 212.117.64.114 (3 Nov 2000 10:53:10 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 3 Nov 2000 10:53:10 GMT X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x5FCAAE45 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33139 >>>>> "Simon" == Simon Josefsson writes: A simple workaround: ;; -cc- (require 'rfc2047) (defun rfc2231-parse-string (string) "Parse STRING and return a list. The list will be on the form `(name (attribute . value) (attribute . value)...)" ;; -cc- (setq string (rfc2047-decode-string string)) (with-temp-buffer (let ((ttoken (ietf-drums-token-to-list ietf-drums-text-token)) (stoken (ietf-drums-token-to-list ietf-drums-tspecials)) (ntoken (ietf-drums-token-to-list "0-9")) Mit freundlichen Grüßen / Best regards i. A. Christoph Conrad -- CLI-GmbH, Matthiashofstr. 28-30, D-52064 Aachen Fon: +49 241 47051-0 Fax: +49 241 47051-89 Web: http://www.cli.de (defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux)) "Programming environment.")