Use normal method if current is not available.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 7 Oct 1999 22:04:46 +0000 (22:04 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 7 Oct 1999 22:04:46 +0000 (22:04 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index 8d8c8fe..1a56109 100644 (file)
@@ -1,3 +1,8 @@
+1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-post-method): Use normal method if current is
+       not available.
+
 1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * nnmail.el (nnmail-insert-xref): Dealing with empty articles.
index 09b816f..74a02f2 100644 (file)
@@ -556,6 +556,7 @@ If SILENT, don't prompt the user."
      ;; Override normal method.
      ((and (eq gnus-post-method 'current)
           (not (eq (car group-method) 'nndraft))
+          (gnus-get-function group-method 'request-post t)
           (not arg))
       group-method)
      ((and gnus-post-method