Gnus development mailing list
 help / color / mirror / Atom feed
From: Chris Halverson <cdh@halverson.org>
Subject: Problems replying to Eudora emails
Date: Fri, 23 Aug 2002 08:14:17 -0500	[thread overview]
Message-ID: <wpu1ll4t06.fsf@CompleteIS.com> (raw)

My brother uses Eudora 5.1 Pro on Windows for email. Whenever he sends
me something, I cannot reply correctly. I am using Gnus CVS version
and am still having problems. I installed Eudora on my laptop and
tried it myself (my brother has a history of "fixing" things, so I
needed to verify :). The sample email is:

  From nobody Thu Aug 22 12:33:35 2002
  Return-Path: <cdh@halverson.org>
  Received: from cdh.halverson.org (pc2-19.mptelecom.net [216.70.19.2])
          by khan.completeis.com (8.12.2/8.12.2) with SMTP id g7LIkaRk001706
          for <cdh@halverson.org>; Wed, 21 Aug 2002 13:46:36 -0500 (CDT)
  Message-Id: <5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>
  X-Sender: cdh@mail.halverson.org
  X-Mailer: QUALCOMM Windows Eudora Version 5.1
  Date: Wed, 21 Aug 2002 13:46:19 -0500
  To: cdh@halverson.org
  From: Chris Halverson <cdh@halverson.org>
  Subject: test from eudora
  Mime-Version: 1.0
  Content-Type: multipart/mixed; x-avg-checked=avg-ok-28686ECD; boundary="=======5643117C======="
  X-Spam-Status: No, hits=-2.1 required=5.0
          tests=FROM_AND_TO_SAME
          version=2.31
  X-Spam-Level: 

  --=======5643117C=======
  Content-Type: text/plain; x-avg-checked=avg-ok-28686ECD; charset=us-ascii; format=flowed
  Content-Transfer-Encoding: 8bit

  This is just a test.

  --=======5643117C=======
  Content-Type: text/plain; charset=us-ascii; x-avg=cert; x-avg-checked=avg-ok-28686ECD
  Content-Disposition: inline


  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002

  --=======5643117C=======--

When I try to reply, I get a Signaling: (wrong-type-argument stringp
nil) error. Gnus drops me into the CC line w/ the To line filled in
correctly as well as the Subject and references line. A backtrace
follows:

Signaling: (wrong-type-argument stringp nil)
  wrong-type-argument(stringp nil)
  replace-in-string(nil "\"" "")
  (let ((beg ...) (email ...)) (end-of-line) (narrow-to-region beg (point)) (goto-char (point-min)) (while (search-forward "\"" nil t) (replace-match "")) (goto-char (point-min)) (if (search-forward email nil t) (let* ... ...)) (unless (re-search-forward ".*@.*" nil t) (widen) (forward-line 1) (beginning-of-line) (delete-region beg ...)))
  (save-restriction (message-goto-cc) (beginning-of-line) (let (... ...) (end-of-line) (narrow-to-region beg ...) (goto-char ...) (while ... ...) (goto-char ...) (if ... ...) (unless ... ... ... ... ...)))
  (save-excursion (save-restriction (message-goto-cc) (beginning-of-line) (let ... ... ... ... ... ... ... ...)))
  (if gnus-pers-cc-fix (save-excursion (save-restriction ... ... ...)))
  (progn (if (and ... ...) (let ... ...) (setq gnus-personality-last-used personality)) (if (and from ...) (progn ...)) (if gnus-pers-cc-fix (save-excursion ...)) (if (and extras ...) (progn ... ... ... ... ...)) (if (and signature ...) (let ... ... ... ... ...)) (goto-char (point-min)) (search-forward mail-header-separator) (forward-line 1) (beginning-of-line))
  (let* ((values ...) (foo1 ...) (fromfoo ...) (from ...) (foo ...) (extrasfoo ...) (extras ...) (foo2 ...) (signaturesfoo ...) (signature ...)) (progn (if ... ... ...) (if ... ...) (if gnus-pers-cc-fix ...) (if ... ...) (if ... ...) (goto-char ...) (search-forward mail-header-separator) (forward-line 1) (beginning-of-line)))
  (if (or personality (assoc "default" gnus-personalities)) (let* (... ... ... ... ... ... ... ... ... ...) (progn ... ... ... ... ... ... ... ... ...)) (let* (... ... ... ... ... ... ... ... ... ... ...) (progn ... ... ... ... ...)))
  gnus-personality-use("Halverson")
  (if personality (gnus-personality-use (car personality)) (gnus-personality-use))
  (progn (while (and ... ...) (setq personality ... split ...)) (if personality (gnus-personality-use ...) (gnus-personality-use)))
  (let ((split gnus-personality-electric-headers) personality) (progn (while ... ...) (if personality ... ...)))
  (if gnus-personality-electric-headers (let (... personality) (progn ... ...)) (progn (cond ... ... ...)))
  gnus-personality-electric-headers(((Subject . "Re: test from eudora") (To . "Chris Halverson <cdh@halverson.org>") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")))
  (lambda nil (gnus-personality-electric-headers headers))()
  run-hooks((lambda nil (gnus-personality-electric-headers headers)))
  message-setup-1(((Subject . "Re: test from eudora") (To . "Chris Halverson <cdh@halverson.org>") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")) #<buffer " *gnus article copy*"> nil)
  message-setup(((Subject . "Re: test from eudora") (To . "Chris Halverson <cdh@halverson.org>") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")) #<buffer " *gnus article copy*">)
  message-reply(nil nil)
  gnus-summary-reply((1499) nil)
  gnus-summary-reply-with-original(nil)
  call-interactively(gnus-summary-reply-with-original)

Any ideas? These are the _only_ emails that I have problems with.

Thanks!!

cdh

-- 
Chris D. Halverson                         http://www.halverson.org/



             reply	other threads:[~2002-08-23 13:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-23 13:14 Chris Halverson [this message]
2002-08-29  1:45 ` Jesper Harder
2002-08-29  3:00   ` Chris Halverson

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=wpu1ll4t06.fsf@CompleteIS.com \
    --to=cdh@halverson.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).