Gnus development mailing list
 help / color / mirror / Atom feed
* Bug or Feature? gnus-article-mail without posting-styles
@ 2002-04-07 19:09 Karl Pflästerer
  2002-04-27 18:00 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Pflästerer @ 2002-04-07 19:09 UTC (permalink / raw)


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

Hello, yesterday I used for the first time `gnus-article-mail' sending a
mail. Unfortunately I found that the posting-styles are not used if the
mail buffer gets created by this function. I attached a diff with which
this could be achieved. Instead of `message-reply' it uses
`gnus-msg-mail' as function.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: cvs diff gnus-msg.el --]
[-- Type: text/x-patch, Size: 603 bytes --]

Index: gnus-msg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-msg.el,v
retrieving revision 6.82
diff -u -r6.82 gnus-msg.el
--- gnus-msg.el	2002/03/06 19:52:44	6.82
+++ gnus-msg.el	2002/04/07 19:22:50
@@ -1278,7 +1278,7 @@
 	  (save-excursion (re-search-backward "[ \t\n]" nil t) (1+ (point)))
 	  (save-excursion (re-search-forward "[ \t\n]" nil t) (1- (point))))))
     (when address
-      (message-reply address)
+      (gnus-msg-mail address)
       (when yank
 	(gnus-inews-yank-articles (list (cdr gnus-article-current)))))))
 

[-- Attachment #3: Type: text/plain, Size: 185 bytes --]


bye
   KP

-- 
'Twas brillig, and the slithy toves
    Did gyre and gimble in the wabe;
  All mimsy were the borogoves,
   And the mome raths outgrabe.   "Lewis Carroll" "Jabberwocky"

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

* Re: Bug or Feature? gnus-article-mail without posting-styles
  2002-04-07 19:09 Bug or Feature? gnus-article-mail without posting-styles Karl Pflästerer
@ 2002-04-27 18:00 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2002-04-27 18:00 UTC (permalink / raw)


sigurd@12move.de (Karl Pflästerer) writes:

> Hello, yesterday I used for the first time `gnus-article-mail' sending a
> mail. Unfortunately I found that the posting-styles are not used if the
> mail buffer gets created by this function. I attached a diff with which
> this could be achieved. Instead of `message-reply' it uses
> `gnus-msg-mail' as function.

Installed. Thanks.

ShengHuo



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

end of thread, other threads:[~2002-04-27 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-07 19:09 Bug or Feature? gnus-article-mail without posting-styles Karl Pflästerer
2002-04-27 18:00 ` ShengHuo ZHU

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