Gnus development mailing list
 help / color / mirror / Atom feed
From: morioka@jaist.ac.jp (守岡 知彦 / MORIOKA Tomohiko)
Subject: Re: [sgnus 0.79] nn* patch for tm and Mule
Date: 26 Apr 1996 13:36:00 +0900	[thread overview]
Message-ID: <s1cd94v61qn.fsf@jaist.ac.jp> (raw)
In-Reply-To: morioka@jaist.ac.jp's message of Thu, 25 Apr 1996 22:35:41 +0900

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

  Previous nn* patch for tm and Mule has a bug. It must read incoming
mail as *noconv*. So please apply following patch after previous patch 
is applied.


[-- Attachment #2: nnmail.el.diff.diff --]
[-- Type: application/octet-stream, Size: 740 bytes --]

*** nnmail.el~	Thu Apr 25 03:40:03 1996
--- nnmail.el	Fri Apr 26 12:41:23 1996
***************
*** 692,698 ****
        (set-buffer (get-buffer-create " *nnmail incoming*"))
        (buffer-disable-undo (current-buffer))
        (erase-buffer)
!       (insert-file-contents incoming)
        (unless (zerop (buffer-size))
  	(goto-char (point-min))
  	(save-excursion (run-hooks 'nnmail-prepare-incoming-hook))
--- 692,698 ----
        (set-buffer (get-buffer-create " *nnmail incoming*"))
        (buffer-disable-undo (current-buffer))
        (erase-buffer)
!       (nnheader-insert-raw-file-contents incoming)
        (unless (zerop (buffer-size))
  	(goto-char (point-min))
  	(save-excursion (run-hooks 'nnmail-prepare-incoming-hook))

[-- Attachment #3: Type: text/plain, Size: 334 bytes --]

  Regards,
----------------------------------------------------------------------
MORIOKA Tomohiko <morioka@jaist.ac.jp>
        Japan advanced Institute of Science and Technology, Hokuriku
                Asahi-dai, Tatsu-no-kuchi chô, Nomi, Ishikawa, Japan
----------------------------------------- Frisch, Frei, Freöhlich! ---

      reply	other threads:[~1996-04-26  4:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-25 13:35 守岡 知彦 / MORIOKA Tomohiko
1996-04-26  4:36 ` 守岡 知彦 / MORIOKA Tomohiko [this message]

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=s1cd94v61qn.fsf@jaist.ac.jp \
    --to=morioka@jaist.ac.jp \
    /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).