Gnus development mailing list
 help / color / mirror / Atom feed
* yipes! forwarding bug in p0.34
@ 1998-10-13 16:23 Matt Pharr
  1998-10-15 21:34 ` Matt Pharr
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Pharr @ 1998-10-13 16:23 UTC (permalink / raw)



I just noticed that when forwarding a message in pgnus 0.34, the *mail*
buffer that comes up has the contents of whatever messages I've already
forwarded appended to the end of it.  Has anyone else noticed this?

-matt


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: yipes! forwarding bug in p0.34
  1998-10-13 16:23 yipes! forwarding bug in p0.34 Matt Pharr
@ 1998-10-15 21:34 ` Matt Pharr
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Pharr @ 1998-10-15 21:34 UTC (permalink / raw)
  Cc: bugs


I wrote:
> I just noticed that when forwarding a message in pgnus 0.34, the *mail*
> buffer that comes up has the contents of whatever messages I've already
> forwarded appended to the end of it.  Has anyone else noticed this?

Well that was an easy one to fix.

*** lisp/gnus-msg.el~        Sat Oct 10 17:32:03 1998
--- lisp/gnus-msg.el Thu Oct 15 14:29:51 1998
***************
*** 620,625 ****
--- 620,626 ----
        (set-buffer gnus-original-article-buffer)
        (setq text (buffer-string)))
        (set-buffer (gnus-get-buffer-create " *Gnus forward*"))
+       (erase-buffer)
        (insert text)
        (run-hooks 'gnus-article-decode-hook)
        (let ((message-included-forward-headers

*** lisp/ChangeLog~  Sat Oct 10 17:32:01 1998
--- lisp/ChangeLog   Thu Oct 15 14:31:00 1998
***************
*** 1,3 ****
--- 1,8 ----
+ 1998-10-15  Matt Pharr  <mmp@graphics.stanford.edu>
+ 
+       * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old
+       forward buffer first.
+ 
  Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
  
        * gnus.el: Pterodactyl Gnus v0.34 is released.

-matt
--
Matt Pharr                                   mmp@graphics.stanford.edu
<URL:http://graphics.stanford.edu/~mmp>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-10-15 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-13 16:23 yipes! forwarding bug in p0.34 Matt Pharr
1998-10-15 21:34 ` Matt Pharr

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).