(gnus-group-send-queue): Bind gnus-posting-styles
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 1 Feb 2003 17:36:41 +0000 (17:36 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 1 Feb 2003 17:36:41 +0000 (17:36 +0000)
to nil.

lisp/ChangeLog
lisp/gnus-draft.el

index c3dbfa5..b1c5ace 100644 (file)
@@ -1,5 +1,8 @@
 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
+       to nil.
+
        * nnmail.el: Removed gnus-util autoload.
 
        * gnus.el: Use gnus-prin1-to-string throughout.
index b619f8b..70c3120 100644 (file)
                        (cdr (assq 'unsend
                                   (gnus-info-marks
                                    (gnus-get-info "nndraft:queue"))))))
+          (gnus-posting-styles nil)
           (total (length articles))
           article)
       (while (setq article (pop articles))