Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <4uce.02.r.steib@gmx.net>
Subject: Re: gnus-summary-edit-article and wrapped From-line
Date: Wed, 02 Jan 2002 23:58:14 +0100	[thread overview]
Message-ID: <v98zbg9x89.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m3g05sjt1r.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Sun, 30 Dec 2001 22:29:20 +0100")

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

On Sun, Dec 30 2001, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> Right.  Well, I don't have any nnfolder groups handy -- could someone
> who uses nnfolder have a peek at this problem as see what they cause
> is?
>
> (The problem is that `e' on the article creates a buggy "From " line.
> I didn't think the "From " line would be included in the `e' output at
> all...)

The attached `patch' prevents the folding of the From-line (simply
skip rfc2047-fold-region in lisp/rfc2047.el after
  `;; No encoding necessary, but folding is nice').

Maybe folding isn't so nice after all. :-/ At least the From-line
shouldn't be folded, AFAICS.

Reiner.

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: skip rfc2047-fold-region --]
[-- Type: text/x-patch, Size: 973 bytes --]

Index: lisp/rfc2047.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/rfc2047.el,v
retrieving revision 6.27
diff -u -r6.27 rfc2047.el
--- lisp/rfc2047.el     2001/12/31 05:28:05     6.27
+++ lisp/rfc2047.el     2002/01/02 22:08:28
@@ -147,14 +147,14 @@
                     (car message-posting-charset))
                  nil)
                ;; No encoding necessary, but folding is nice
-               (rfc2047-fold-region
+               (if nil (rfc2047-fold-region
                 (save-excursion
                   (goto-char (point-min))
                   (skip-chars-forward "^:")
                   (when (looking-at ": ")
                     (forward-char 2))
                   (point))
-                (point-max)))
+                (point-max))))
            ;; We found something that may perhaps be encoded.
            (setq method nil
                  alist rfc2047-header-encoding-alist)

  reply	other threads:[~2002-01-02 22:58 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-31 14:38 Reiner Steib
2001-12-30  6:53 ` Lars Magne Ingebrigtsen
2001-12-30 15:45   ` Reiner Steib
2001-12-30 21:29     ` Lars Magne Ingebrigtsen
2002-01-02 22:58       ` Reiner Steib [this message]
2002-01-03  5:08         ` Lars Magne Ingebrigtsen
2002-01-03 12:31           ` Reiner Steib
2002-01-03 12:48             ` Lars Magne Ingebrigtsen
2002-01-04 14:41               ` Reiner Steib
2002-01-04 17:18                 ` Lars Magne Ingebrigtsen
2002-01-06 19:22                   ` Reiner Steib
2002-01-19 19:59                     ` Lars Magne Ingebrigtsen
2002-01-20 19:02                       ` Reiner Steib
2002-01-20 19:22                         ` Lars Magne Ingebrigtsen
2002-01-20 20:45                           ` Reiner Steib
2002-01-20 20:53                             ` Lars Magne Ingebrigtsen
2002-01-21 14:28                               ` Reiner Steib
2002-01-21 19:57                                 ` Lars Magne Ingebrigtsen
2002-01-30 20:25                                   ` Reiner Steib
2002-01-31 22:08                                     ` ShengHuo ZHU
2001-12-30 21:37     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v98zbg9x89.fsf@marauder.physik.uni-ulm.de \
    --to=4uce.02.r.steib@gmx.net \
    --cc=reiner.steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).