From: yamaoka Date: Tue, 27 Feb 2001 09:54:55 +0000 (+0000) Subject: * gnus-sum.el (gnus-summary-post-menu): Replace `gnus-uu-digest-mail-forward' X-Git-Tag: t-gnus-6_15_0-09-quimby~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c4135153a564f7f52f57a2996ae9e474cf82f45f;p=elisp%2Fgnus.git- * gnus-sum.el (gnus-summary-post-menu): Replace `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward' with `gnus-summary-digest-post-forward' and `gnus-summary-digest-mail-forward'. --- diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index edfae21..a695d4a 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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]