Re: Record address from all field

2015-04-28 Thread Peter Münster
On Tue, Apr 28 2015, f...@epita.fr wrote: (defun pm/alter-summary-map () ; . (local-set-key : 'bbdb-mua-display-records)) (add-hook 'gnus-summary-mode-hook 'pm/alter-summary-map) I try, but : Symbol's function definition is void: bbdb-mua-display-records You'll need

Re: Record address from all field

2015-04-27 Thread Peter Münster
On Mon, Apr 27 2015, f...@epita.fr 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

Re: bbdb-completing-read-mails and tab-completion

2015-04-27 Thread Peter Münster
On Sun, Apr 26 2015, Roland Winkler wrote: [...] But bbdb-completing-read-mails does not use something like REQUIRE-MATCH. Thanks for your explanation, Roland. Now I understand. In my situation, it doesn't matter, because I know, that an email-address is required in the end, so I would always

Re: bbdb-completing-read-mails and tab-completion

2015-04-26 Thread Peter Münster
On Sun, Apr 26 2015, Roland Winkler wrote: I am sorry, the code is broken. A bad hack to make it work *somehow* is to use a prompt for bbdb-completing-read-mails that looks like a mail header, for example (bbdb-completing-read-mails Resend-message(s)-to: ) This is not a *bad* hack, this

Re: bbdb-completing-read-mails and tab-completion

2015-04-26 Thread Peter Münster
On Sun, Apr 26 2015, Roland Winkler wrote: Still I believe that partially completed email addresses are not very meaningful return values in such a context. Sorry, I don't understand... Why partially? After completion, gnus gets the right address. -- Peter

bbdb-completing-read-mails and tab-completion

2015-04-25 Thread Peter Münster
Hi, When using bbdb-completing-read-mails like this: --8---cut here---start-8--- (defadvice gnus-summary-resend-message (before pm/resend-with-bbdb act) Resend message with bbdb address completion. (interactive (list (bbdb-completing-read-mails Resend

Re: Slurping in bbdb 3.0

2012-02-27 Thread Peter Münster
On Mon, Feb 27 2012, Philip Hudson wrote: --8---cut here---start-8--- --8---cut here---end---8--- Do you have a mode/elisp snippet for generating these? I've been looking for one for years. I'm using:

Re: BBDB release?

2012-02-13 Thread Peter Münster
On Mon, Feb 13 2012, Roland Winkler wrote: Previously, other people on this list have voted rather emphatically for an update of documentation before they wanted to consider switching from BBDB 2.x to 3. Making a release does not mean that people must switch from 2.x to 3. I agree with

Re: completition in mini-buffer

2011-11-07 Thread Peter Münster
On Mon, Nov 07 2011, Eric Abrahamsen wrote: Also: see `bbdb-completing-read-mails', it might be enough to replace `message-read-from-minibuffer' with your own function that uses this. Thanks! Redefinig `message-read-from-minibuffer' works well: --8---cut

Re: completition in mini-buffer

2011-11-07 Thread Peter Münster
On Mon, Nov 07 2011, Peter Münster wrote: (defadvice gnus-summary-resend-message (around resend-with-bbdb (address n) activate) Resend message with bbdb address completion. (flet ((message-read-from-minibuffer (p optional d

completition in mini-buffer

2011-11-06 Thread Peter Münster
Hello, What should I do, to get completion of email addresses in the mini-buffer, when using `gnus-summary-resend-message' (S-D-r)? TIA for any hint! -- Peter -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: function to add new records from email message

2011-10-29 Thread Peter Münster
On Thu, Aug 11 2011, Roland Winkler wrote: On Sun Aug 7 2011 Peter Münster wrote: The question was rather, if there was a function like `bbdb-mua-edit-notes-ALL'. My solution: --8---cut here---start-8--- (local-set-key : '(lambda () (interactive

Re: function to add new records from email message

2011-08-07 Thread Peter Münster
On Sun, Aug 07 2011, Stefan Monnier wrote: (local-set-key : '(lambda () (interactive) [...] bbdb/gnus-update-records-p'(lambda () Hmm... running for The Useless Use of Quote Award? Yes! ;) Thanks for the hint! I've just removed about a dozen quotes from my .emacs file. I still

Re: function to add new records from email message

2011-08-06 Thread Peter Münster
On Sat, Jul 30 2011, Roland Winkler wrote: On Fri Jul 29 2011 Peter Münster wrote: There is (bbdb-mua-edit-notes-recipients), but: - it only takes the recipients and not the sender What about bbdb-mua-edit-notes-sender? The question was rather, if there was a function like `bbdb-mua-edit

name ending with de gets broken

2011-08-06 Thread Peter Münster
Hello, When I create a new record from the following message header: From: Claude Guillou xxx@yyy the name becomes Clau de Guillou. And I cannot repair it in the *BBDB* buffer with the bbdb-edit-field function. Only manually repairing it in the bbdb file helps. (I suppose that it's related to

function to add new records from email message

2011-07-29 Thread Peter Münster
Hello, I'm looking for a function, that takes a message (from the message buffer or the gnus summary buffer), scans all email addresses in the header and adds new records to the bbdb for not yet existing email addresses. Is there already such a function? If yes, what's its name? If no, will there