/[emacs]/emacs/lisp/gnus/nngateway.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nngateway.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.24.1 by handa, Fri Mar 12 00:03:11 2004 UTC revision 1.5.24.2 by miles, Thu Sep 9 09:36:26 2004 UTC
# Line 1  Line 1 
1  ;;; nngateway.el --- posting news via mail gateways  ;;; nngateway.el --- posting news via mail gateways
2    
3  ;; Copyright (C) 1996, 1997, 1998, 1999, 2000  ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
4  ;;      Free Software Foundation, Inc.  ;;      Free Software Foundation, Inc.
5    
6  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
# Line 65  parameter -- the gateway address.") Line 65  parameter -- the gateway address.")
65          (insert mail-header-separator "\n")          (insert mail-header-separator "\n")
66          (widen)          (widen)
67          (let (message-required-mail-headers)          (let (message-required-mail-headers)
68            (funcall message-send-mail-function))            (funcall (or message-send-mail-real-function
69                           message-send-mail-function)))
70          t))))          t))))
71    
72  ;;; Internal functions  ;;; Internal functions

Legend:
Removed from v.1.5.24.1  
changed lines
  Added in v.1.5.24.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26