* gnus-sum.el (gnus-summary-post-menu): Replace `gnus-uu-digest-mail-forward'
authoryamaoka <yamaoka>
Tue, 27 Feb 2001 09:54:55 +0000 (09:54 +0000)
committeryamaoka <yamaoka>
Tue, 27 Feb 2001 09:54:55 +0000 (09:54 +0000)
 and `gnus-uu-digest-post-forward' with `gnus-summary-digest-post-forward' and
 `gnus-summary-digest-mail-forward'.

lisp/gnus-sum.el

index edfae21..a695d4a 100644 (file)
@@ -1974,8 +1974,8 @@ increase the score of each group you read."
            '(:help "Mail a reply, quoting this article"))]
        ["Mail forward" gnus-summary-mail-forward t]
        ["Post forward" gnus-summary-post-forward t]
-       ["Digest and mail" gnus-uu-digest-mail-forward t]
-       ["Digest and post" gnus-uu-digest-post-forward t]
+       ["Digest and mail" gnus-summary-digest-mail-forward t]
+       ["Digest and post" gnus-summary-digest-post-forward t]
        ["Resend message" gnus-summary-resend-message t]
        ["Send bounced mail" gnus-summary-resend-bounced-mail t]
        ["Send a mail" gnus-summary-mail-other-window t]