From: shuhei-k Date: Wed, 26 Aug 1998 01:01:56 +0000 (+0000) Subject: (gnus-summary-make-menu-bar): Use `gnus-summary-mail-digest' and X-Git-Tag: gnus-6_8_16~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=633fed68c98a8878fb0963b52a5ef564c1acf22a;p=elisp%2Fgnus.git- (gnus-summary-make-menu-bar): Use `gnus-summary-mail-digest' and `gnus-summary-post-digest' instead of `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'. --- diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index e054214..8208e26 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -1627,8 +1627,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-mail-digest t] + ["Digest and post" gnus-summary-post-digest 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]