Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with gnus-output-to-mail in gnus-util.el
@ 2004-11-22 16:40 CHENG Gao
  2004-11-22 16:55 ` Simon Josefsson
  0 siblings, 1 reply; 8+ messages in thread
From: CHENG Gao @ 2004-11-22 16:40 UTC (permalink / raw)


I found a problem with latest No Gnus.

Any "From" at the beginning of a line will have a ">" inserted when
posted. I found it's owing to code in gnus-output-to-mail in
gnus-util.el:
line 937-940:

(let (case-fold-search)
	(while (re-search-forward "^From " nil t)
	  (beginning-of-line)
	  (insert ">")))

I just wonder why this code exists. Is it intended or it's a bug?


-- 
"When the government fears the people, you have liberty.
 When the people fear the government, you have tyranny."
 		--Thomas Jefferson




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

end of thread, other threads:[~2004-11-23  8:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-22 16:40 Problem with gnus-output-to-mail in gnus-util.el CHENG Gao
2004-11-22 16:55 ` Simon Josefsson
2004-11-22 17:19   ` CHENG Gao
2004-11-22 17:43     ` CHENG Gao
2004-11-22 18:38       ` Reiner Steib
2004-11-23  7:23         ` Cheng Gao
2004-11-23  8:27           ` Reiner Steib
2004-11-22 19:23     ` David Z Maze

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