summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Waide <waider@waider.ie>2000-04-13 00:18:15 +0000
committerRonan Waide <waider@waider.ie>2000-04-13 00:18:15 +0000
commitc17a7ebc99ad1800a923bdbd85b0e21961545e01 (patch)
tree65a9acd13821163a62f0ee173b51b28220c58601
parentd4cc6af6c530864ccec0ef0925863175acd4daf3 (diff)
* Added keymap C-: for bbdb/gnus-summary-show-all-recipients
-rw-r--r--lisp/bbdb-gnus.el4
1 files changed, 3 insertions, 1 deletions
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 <bbdb-info> 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)