From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45028 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: The followup will show the bug. Date: Wed, 29 May 2002 22:11:00 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022703227 23663 127.0.0.1 (29 May 2002 20:13:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 May 2002 20:13:47 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17D9pL-00069X-00 for ; Wed, 29 May 2002 22:13:47 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17D9pN-0005p3-00; Wed, 29 May 2002 15:13:49 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 29 May 2002 15:14:05 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA18692 for ; Wed, 29 May 2002 15:13:54 -0500 (CDT) Original-Received: (qmail 19632 invoked by alias); 29 May 2002 20:13:33 -0000 Original-Received: (qmail 19627 invoked from network); 29 May 2002 20:13:33 -0000 Original-Received: from pfepc.post.tele.dk (193.162.153.4) by gnus.org with SMTP; 29 May 2002 20:13:33 -0000 Original-Received: from defun.localdomain (0xc3f98269.esnxr3.ras.tele.dk [195.249.130.105]) by pfepc.post.tele.dk (Postfix) with ESMTP id 74FDA264ACE for ; Wed, 29 May 2002 22:13:31 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: (harder@ifa.au.dk's message of "Wed, 29 May 2002 19:59:19 +0000 (UTC)") Original-Lines: 14 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45028 harder@ifa.au.dk ("Johann Gambolputty de von ausfern schplenden schlitter...von Hautkopft of Ulm") writes: > They're nearly equivalent. Hmm, `rfc2047-unfold-region' doesn't unfold > long lines -- I don't know it that's desirable or not. Try replying to > this message. Ah, the mailing list software rewrites From headers, so the issue didn't show up. But the point is that `rfc2047-unfold-region' doesn't unfold headers if the result is longer than 76 chars: (if (and (looking-at "[ \t]") (< (- (gnus-point-at-eol) bol) 76))