From c17a7ebc99ad1800a923bdbd85b0e21961545e01 Mon Sep 17 00:00:00 2001 From: Ronan Waide Date: Thu, 13 Apr 2000 00:18:15 +0000 Subject: * Added keymap C-: for bbdb/gnus-summary-show-all-recipients --- lisp/bbdb-gnus.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/bbdb-gnus.el b/lisp/bbdb-gnus.el index f4d4e99..70c7644 100644 --- a/lisp/bbdb-gnus.el +++ b/lisp/bbdb-gnus.el @@ -436,7 +436,7 @@ addresses better than the traditionally static global scorefile." "))")))) bbdb/gnus-score-alist) -;;; Posted originally by Colin Rafferty on the «bbdb-info» mailing list +;;; Posted originally by Colin Rafferty on the mailing list (defun bbdb/gnus-summary-show-all-recipients (not-elided) "Display BBDB records for all recipients of the message." (interactive "P") @@ -462,6 +462,8 @@ addresses better than the traditionally static global scorefile." (add-hook 'gnus-Article-prepare-hook 'bbdb/gnus-update-record) (add-hook 'gnus-Save-newsrc-hook 'bbdb-offer-save) (define-key gnus-Subject-mode-map ":" 'bbdb/gnus-show-sender) + (define-key gnus-Subject-mode-map [(control :)] + 'bbdb/gnus-summary-show-all-recipients) (define-key gnus-Subject-mode-map ";" 'bbdb/gnus-edit-notes)) (t ; 3.15 or higher (add-hook 'gnus-article-prepare-hook 'bbdb/gnus-update-record) -- cgit v1.2.3