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

lisp/gnus-sum.el

index 6f62197..f8ef105 100644 (file)
@@ -1848,8 +1848,8 @@ increase the score of each group you read."
        ["Wide reply and yank" gnus-summary-wide-reply-with-original t]
        ["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]