+2000-09-11 Dave Love <fx@gnu.org>
+
+ * Changelog: Use iso-2022 coding.
+
+ * gnus-msg.el (gnus-msg-mail): New function.
+ (gnus-user-agent): New mail agent.
+
2000-09-10 Dave Love <fx@gnu.org>
* message.el: Require mail-abbrevs for XEmacs for a problem with
* mm-decode.el (mm-display-external): Put point at start.
-2000-08-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2000-08-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* nnmail.el (nnmail-expiry-target): More explicit documentation.
* mm-bodies.el (mm-encode-body): Remove reference to
mm-default-charset in comment.
-2000-04-24 00:56:00 Björn Torkelsson <torkel@hpc2n.umu.se>
+2000-04-24 00:56:00 Bj\e,Av\e(Brn Torkelsson <torkel@hpc2n.umu.se>
* rfc2047.el (rfc2047-encode-message-header): Fixing typo.
* gnus-sum.el (t): M-down and M-up.
-2000-04-22 20:22:03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2000-04-22 20:22:03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* gnus-sum.el: Doc fix.
* gnus-msg.el (gnus-configure-posting-styles): Allow nil values to
override.
-2000-04-21 21:58:20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2000-04-21 21:58:20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* nnmail.el (nnmail-cache-insert): Does some stuff that is
probably good to do, or something. I dunno. I just write these
* webmail.el (webmail-hotmail-article): Don't insert message id.
-1999-12-28 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
+1999-12-28 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann)
* nnimap.el (nnimap-split-fancy): New variable.
(nnimap-split-fancy): New function.
Sat Aug 29 19:32:06 1998 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no>
* gnus.el: Gnus v0.2 is released.
+
+;; Local Variables:
+;; coding: iso-2022-7bit
+;; End:
;; "c" gnus-summary-send-draft
"r" gnus-summary-resend-message)
+;;;###autoload
+(defun gnus-msg-mail (&rest args)
+ "Start editing a mail message to be sent.
+Like `message-mail', but with Gnus paraphernalia, particularly the
+the Gcc: header for archiving purposes."
+ (interactive)
+ (gnus-setup-message 'message
+ (apply 'message-mail args)))
+
+;;;###autoload
+(define-mail-user-agent 'gnus-user-agent
+ 'gnus-msg-mail 'message-send-and-exit
+ 'message-kill-buffer 'message-send-hook)
+
;;; Internal functions.
(defvar gnus-article-reply nil)