>>>>> "[email protected]" <[email protected]> wrote:
> Gentlemen, I have received a Content-Type: multipart/mixed message (from > Debian BTS). I wish very much to reply to part 2 of > [1. text/plain] > [2. message/rfc822] > [3. text/plain] > [4. text/plain] > [5. message/rfc822] > However as much as I place the cursor upon "[2. message/rfc822]" and hit > K... there seems to be no perfect command. (Even K C-h doesn't help, > maybe due to my http://jidanni.org/comp/configuration/.) > Let it be known that I was forced to do use > "| runs the command gnus-mime-pipe-part" to pipe that part to procmail, > so I could then reply to it as a simple message. You can use `C-d C-n C-n C-n R' as well. > Anyway, gnus needs a full suite of r R etc. that can just act on a mime part. Maybe the `gnus-mime-part-reply' command will be the one like: --8<---------------cut here---------------start------------->8--- (defun gnus-mime-part-reply () (interactive) (let ((id (get-text-property (point) 'gnus-part))) (when id (let ((gnus-original-article-buffer (nth 1 (assq id gnus-article-mime-handle-alist)))) (gnus-summary-reply))))) --8<---------------cut here---------------end--------------->8--- Although I don't feel like very much making `reply', `wide-reply', `very-wide-reply', `reply-with-original', `reply-broken-reply-to', `mail-forward', `followup',... _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
