Re: Trying to get ":" key in Gnus summary to add/edit senders in BBDB (again)
Steinar Bang <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Michael Heerdegen via Users list for the GNU Emacs text editor <[email protected]>: > Steinar Bang <[email protected]> writes: >> However, pressing ":" on a message in the summary buffer does nothing. >> >> What I expected ":" to do was to open the record for the sender of the >> message I was on in the Gnus summary buffer, or to add a record for that >> sender if the sender wasn't already present in the BBDB database. > Maybe your expectation is wrong? C-h k : tells me Perhaps...? But the behaviour I had for ages, until it stopped working a couple of years back, was to display the record of the sender and to insert (or: prompt whether to insert the sender if the sender was missing). (However... it is possible the behaviour of inserting new record was caused by my config, which stopped working a while back...? Right now all of my old config is stripped away) >> (bbdb-mua-display-sender &optional ACTION) >> >> Display the BBDB record(s) for the sender of this message. >> ACTION may take the same values as `bbdb-mua-action'. >> For interactive calls, see function `bbdb-mua-interactive-action'. > When no record is found I only get a prompt when using a prefix arg. Yes, that's what it says on the README on github (untouched for 3 years): https://github.com/emacsmirror/bbdb/blob/master/README#L173 But I tried `C-u t :' without being prompted for whether to insert the message. ':' on an article in the summary buffer, works for displaying the sender, when the sender is already present in the bbdb. Thanks!