On Thu, 14 Apr 2005, [EMAIL PROTECTED] wrote: > Occasionally when I am writing an email or news article I realize that > I don't want to send it after all, for some reason. I don't want to > save it even as a draft, so I use C-c C-k, "message-kill-buffer". > > I then get "Message modified; kill anyway? (yes or no)" in the > minibuffer. Is there a way to suppress this message? I'd like the > kill to happen without confirmation.
I just added the message-kill-buffer-query-if-modified variable to message.el in CVS. It's t by default, so you should set it to nil to achieve the desired effect. Ted _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
