Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjohann@charly.cs.uni-dortmund.de>
Cc: ding@gnus.org
Subject: Re: replying to mime parts
Date: 13 Jan 1998 15:11:01 +0100	[thread overview]
Message-ID: <vafzpl0xy4q.fsf@petty.ls6.uni-do> (raw)
In-Reply-To: Robert Bihlmeyer's message of 13 Jan 1998 14:43:32 +0100

>>>>> On 13 Jan 1998, Robert Bihlmeyer said:

  Robbe> I want to reply to a message/rfc-822 part of a MIME-msg (for
  Robbe> example a forwarded message). Is this possible/planned/... ?
  Robbe> I've found nothing in the menus.

I use TM with Gnus with the following hack:

  (defun mime-view-followup-gnus (buf)
    (set-buffer buf)
    (message-wide-reply))
  (eval-after-load "tm-view"
    '(add-to-list 'mime-viewer/following-method-alist
                  '(gnus-original-article-mode . mime-view-followup-gnus)))

It allows me to go to a part and type "a" to reply to it.

The reply does not get threaded correctly, of course.  So I have to
type "T ^" myself.

kai
-- 
Kai Grossjohann, Informatik VI        grossjohann@ls6.cs.uni-dortmund.de
Uni Dortmund, D-44221 Dortmund        http://ls6-www.cs.uni-dortmund.de/
                                      Vox +49 231 755 5670, Fax -2405
OOA: object oriented analysis         OOD: object oriented design
OOP: object oriented programming      OOPS: object oriented mistakes


  reply	other threads:[~1998-01-13 14:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-13 13:43 Robert Bihlmeyer
1998-01-13 14:11 ` Kai Grossjohann [this message]
1998-01-13 16:05   ` David S. Goldberg

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=vafzpl0xy4q.fsf@petty.ls6.uni-do \
    --to=grossjohann@charly.cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /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).