Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Pieri <ratinox@unilab.dfci.harvard.edu>
Subject: Re: Gnus v5.2 and GNU Emacs 19.31 Win32
Date: 07 Jun 1996 14:20:11 -0400	[thread overview]
Message-ID: <x7lohzmq77.fsf@unilab.dfci.harvard.edu> (raw)
In-Reply-To: michael lamoureux's message of 07 Jun 1996 12:46:19 -0400

-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "ml" == michael lamoureux <lamour@engin.umich.edu> writes:

richard> Hmmm... not the incoming (babyl) mail file created by
richard> movemail (when it pulls a mail file off a POP3 server).
ml> Works for me about once every 15-30 minutes, 8-9 hours a day
ml> (however often that adds up to be). [...]

Hrm.... <fiddle-fiddle>.... <experiment-experiment>...

FUCK!!!

Score another one for end of line character translations.

Here's a quick hack hook fix; maybe this can be rolled into the actual
nnmail code?

(add-hook 'nnmail-prepare-incoming-hook 'rat:nnmail-prepare-incoming-hook)
(defun rat:nnmail-prepare-incoming-hook ()
  "Strip ^M end of line characters from incoming mail file just before splitting."
  (goto-char (point-min))
  (while (re-search-forward "\015$" nil t)
    (delete-backward-char 1)))

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMbhy456VRH7BJMxHAQHoRgP/XKqiKvEKgdUmpgpjg9hnZJa++NQ1Z0Ss
/q+ykEhx6z+kkQMvA4IOlQLrbC0GpAQql4uMIPiI0e1GM1iF6+kdgg+shQlxFYXg
10QvQ38bMG+xoHrf0QVmGdNRfdj6C64beMewqAOxI/vu6sgSoAL+5dKobPzs9pGv
/y+/ulqMlF0=
=fpeE
-----END PGP SIGNATURE-----
-- 
Richard Pieri/Information Services \ When in doubt, cop an attitude. -A cat's
<ratinox@unilab.dfci.harvard.edu>   \ guide to life
http://www.dfci.harvard.edu/         \ 


  reply	other threads:[~1996-06-07 18:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199606061734.SAA14372@propos.long.harlequin.co.uk>
1996-06-06 19:57 ` Richard Pieri
1996-06-06 20:22   ` Andrew Innes
1996-06-06 21:14   ` Lars Magne Ingebrigtsen
1996-06-07  3:10     ` Richard Pieri
1996-06-07 15:46     ` Richard Pieri
1996-06-07 16:00     ` Richard Pieri
1996-06-07 16:46       ` michael lamoureux
1996-06-07 18:20         ` Richard Pieri [this message]
1996-06-07 19:18           ` Lars Magne Ingebrigtsen
1996-06-07 20:41             ` Richard Stanton
1996-06-08 12:30               ` Richard Pieri
1996-06-09  5:17                 ` Richard Stanton
1996-06-08 12:32             ` Richard Pieri
1996-06-09  4:09               ` Lars Magne Ingebrigtsen
1996-06-06 16:58 Richard Pieri

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=x7lohzmq77.fsf@unilab.dfci.harvard.edu \
    --to=ratinox@unilab.dfci.harvard.edu \
    /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).