Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: one more bug in latest gnus
Date: Mon, 02 Jun 2003 04:20:47 +0200	[thread overview]
Message-ID: <m3znl12pa8.fsf@defun.localdomain> (raw)
In-Reply-To: <m3d6i08h27.fsf@vvv.vsu.ru>

Vladimir Volovich <vvv@vsu.ru> writes:

> i saw some changes in CVS, and just synced to see if that fixed this
> bug. this bug is not yet fixed, i.e.
>
>   after pressing C-d on the first message in this thread, and
>   after doing reencoding with 0 g windows-1251 RET,
>   i see correctly re-encoded subject in the Article buffer:
>   Subject: Книга  Котельникова и Чеботаева
>   but in the Summary buffer, i see only "Книга"
>   but the rest of the subject is not shown.
>
> just to let you know so that will not get forgotten :)

This patch appears to fix it.  But I haven't checked carefully that it
doesn't break anything else.


*** /home/harder/gnus/lisp/gnus-sum.el	Sat May 17 18:14:30 2003
--- /home/harder/cvsgnus/lisp/gnus-sum.el	Mon Jun  2 04:18:16 2003
***************
*** 5713,5718 ****
--- 5713,5719 ----
        ;; Translate all TAB characters into SPACE characters.
        (subst-char-in-region (point-min) (point-max) ?\t ?  t)
        (subst-char-in-region (point-min) (point-max) ?\r ?  t)
+       (ietf-drums-unfold-fws)
        (gnus-run-hooks 'gnus-parse-headers-hook)
        (let ((case-fold-search t)
  	    in-reply-to header p lines chars)




  reply	other threads:[~2003-06-02  2:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-27 13:45 Vladimir Volovich
2003-05-27 21:57 ` Simon Josefsson
2003-05-28 22:26   ` Dave Love
2003-05-30  9:44     ` Dave Love
     [not found]     ` <bb7b07$99b$1@quimby.gnus.org>
2003-05-30 17:45       ` Vladimir Volovich
2003-06-02  2:20         ` Jesper Harder [this message]
     [not found] <bavqsu$46t$1@quimby.gnus.org>
2003-05-27 14:01 ` Vladimir Volovich
2003-05-27 22:02   ` Simon Josefsson

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=m3znl12pa8.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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).