Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] Adds separators to non-MIME forwards (can someone apply?)
@ 2000-04-05 23:50 Emerick Rogul
  2000-04-20  0:37 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Emerick Rogul @ 2000-04-05 23:50 UTC (permalink / raw)


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

Can someone please apply this patch to the CVS gnus?

It adds the "------ Start of forwarded message -------" and "------
End of forwarded message ------" separators to non-MIME forwards.
This used to be standard in old versions of gnus, but has gone missing
as of late.

Thanks,

-Emerick

PS: This is my first time creating a patch, so I hope it works OK.  It
seemed to work fine for me.  :-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Adds start/end separators to non-MIME forwards --]
[-- Type: text/x-patch, Size: 762 bytes --]

--- message.old	Mon Mar 13 12:15:39 2000
+++ /home/alumni/emerick/message.el	Wed Apr  5 19:29:44 2000
@@ -3898,13 +3898,14 @@
     (message-goto-body)
     (if message-forward-as-mime
 	(insert "\n\n<#part type=message/rfc822 disposition=inline>\n")
-      (insert "\n\n"))
+      (insert "\n-------------------- Start of forwarded message --------------------\n"))
     (let ((b (point))
 	  e)
       (mml-insert-buffer cur)
       (setq e (point))
-      (and message-forward-as-mime
-	   (insert "<#/part>\n"))
+      (if message-forward-as-mime
+	   (insert "<#/part>\n")
+	(insert "\n-------------------- End of forwarded message --------------------\n"))
       (when (and (not current-prefix-arg)
 		 message-forward-ignored-headers)
 	(save-restriction

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

* Re: [PATCH] Adds separators to non-MIME forwards (can someone apply?)
  2000-04-05 23:50 [PATCH] Adds separators to non-MIME forwards (can someone apply?) Emerick Rogul
@ 2000-04-20  0:37 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-20  0:37 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> It adds the "------ Start of forwarded message -------" and "------
> End of forwarded message ------" separators to non-MIME forwards.
> This used to be standard in old versions of gnus, but has gone missing
> as of late.

Thanks for the patch; I've applied it to Gnus v5.8.5.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2000-04-20  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-05 23:50 [PATCH] Adds separators to non-MIME forwards (can someone apply?) Emerick Rogul
2000-04-20  0:37 ` Lars Magne Ingebrigtsen

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