Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjoh@dusty.informatik.uni-dortmund.de>
Cc: d.l.harkestad@labmed.uio.no
Subject: Re: Outgoing messages
Date: Wed, 13 Dec 95 15:37:27 +0100	[thread overview]
Message-ID: <9512131437.AA20606@dusty.informatik.uni-dortmund.de> (raw)
In-Reply-To: Dan Lewi Harkestad's message of 13 Dec 1995 12:32:34 +0100

>>>>> On 13 Dec 1995 12:32:34 +0100, Dan Lewi Harkestad
>>>>> <d.l.harkestad@labmed.uio.no> said:

  Dan> I'm also using MIME (the metamail package). However,
  Dan> mime-mode-exit (which encodes the post/email) is never
  Dan> called. I can circumvent this by quitting MIME mode and then
  Dan> reentering, and mime-mode-exit is called automatically before
  Dan> the email is sent. Problem is, I cannot do that when replying
  Dan> MIME quoted-printable messages. So... Anyone else seen this?
  Dan> Might be the wrong place to ask, but since I was at it in the
  Dan> first place...

I'm using Gnus 5.1 and the following seems to work fine:

(defun mime-mode-exit-maybe ()
  (or (not mime-mode-flag) (mime-mode-exit)))
(add-hook 'mail-send-hook 'mime-mode-exit-maybe)

YMMV, though.
        \kai{}
--
Sometimes you lose; sometimes you just don't win.


  parent reply	other threads:[~1995-12-13 14:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-12-13 11:32 Dan Lewi Harkestad
1995-12-13 12:32 ` Per Abrahamsen
1995-12-13 14:45   ` Kai Grossjohann
1995-12-13 14:37 ` Kai Grossjohann [this message]
1995-12-13 17:30 ` Lars Magne Ingebrigtsen

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=9512131437.AA20606@dusty.informatik.uni-dortmund.de \
    --to=grossjoh@dusty.informatik.uni-dortmund.de \
    --cc=d.l.harkestad@labmed.uio.no \
    --cc=grossjoh@charly.informatik.uni-dortmund.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).