Gnus development mailing list
 help / color / mirror / Atom feed
From: Jinhyok Heo <novembre+dated+1067822681.201211@ournature.org>
Subject: Re: Characters are broken in nnimap summary buffer.
Date: Wed, 29 Oct 2003 10:32:56 +0900	[thread overview]
Message-ID: <microsoft-free.3ovfq8esl3.fsf@ournature.org> (raw)
In-Reply-To: <microsoft-free.3optgtn4e9.fsf@ournature.org> (Jinhyok Heo's message of "Sun, 19 Oct 2003 15:11:10 +0900")

>>>>> "JH" == Jinhyok Heo <novembre+dated+1066975477.4d1415@ournature.org> writes:

    JH> I don't know much about the imap server, but it doesn't seem
    JH> that it is the imap server's problem. The characters in the
    JH> "novcache" file generated by gnus are not broken.

I compared nnimap.el with nnml.el. And I've fixed the problem with the
following.

--- nnimap.el   Wed Oct 29 10:27:16 2003
+++ nnimap.el.new       Wed Oct 29 10:26:36 2003
@@ -627,7 +627,8 @@
   (with-current-buffer nntp-server-buffer
     (let ((nov (nnimap-group-overview-filename group server)))
       (when (file-exists-p nov)
-       (mm-insert-file-contents nov)
+       ;;(mm-insert-file-contents nov)
+       (nnheader-insert-file-contents nov)
        (set-buffer-modified-p nil)
        (let ((min (ignore-errors (goto-char (point-min))
                                  (read (current-buffer))))

-- 
| Jinhyok Heo (novembre @ ournature.org || http://ournature.org/~novembre/)
|--------------------------------------------------------------------------
| "We are still reaching for the sky. In the developed countries people
|  are coming back down, saying, `It's empty up there.'" -- a Ladakhi monk



  reply	other threads:[~2003-10-29  1:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-07  2:09 Jinhyok Heo
2003-10-16 14:41 ` Lars Magne Ingebrigtsen
2003-10-19  6:11   ` Jinhyok Heo
2003-10-29  1:32     ` Jinhyok Heo [this message]
2003-10-29 10:22       ` Simon Josefsson
2003-10-30  0:54         ` Jinhyok Heo

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=microsoft-free.3ovfq8esl3.fsf@ournature.org \
    --to=novembre+dated+1067822681.201211@ournature.org \
    /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).