On Mon, Apr 27 2015, [email protected] wrote:
> When I receive a email (using gnus), I would like by pressing ':' that
> bbdb records all address from 'to' and 'from' fields
>
> How can I do ?
You could try this:
--8<---------------cut here---------------start------------->8---
(defun pm/alter-summary-map ()
; .....
(local-set-key ":" 'bbdb-mua-display-records))
(add-hook 'gnus-summary-mode-hook 'pm/alter-summary-map)
--8<---------------cut here---------------end--------------->8---
--
Peter
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/