Gnus development mailing list
 help / color / mirror / Atom feed
From: sigurd@12move.de (Karl Pflästerer)
Subject: Bug or Feature? gnus-article-mail without posting-styles
Date: Sun, 07 Apr 2002 21:09:12 +0200	[thread overview]
Message-ID: <m3d6xbibbu.fsf@hamster.pflaesterer.de> (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"

             reply	other threads:[~2002-04-07 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-07 19:09 Karl Pflästerer [this message]
2002-04-27 18:00 ` ShengHuo ZHU

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=m3d6xbibbu.fsf@hamster.pflaesterer.de \
    --to=sigurd@12move.de \
    /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).