Re: notes for a new record

Roland Winkler <[email protected]> Wed, 06 Apr 2022 12:17:11 -0500
Newsgroups gmane.emacs.bbdb.user
Message-ID <[email protected]>
On Wed, Apr 06 2022, Sam Steingold wrote:
> I entered the group gmane.comp.python.announce on server
> nntp:news.gwene.org, and hit ";" on an article (_not_ yet shown!) form
> an unknown sender, the header is:
>
> From: Juancarlo A=F1ez <[email protected]>
> Subject: [Python-announce] TatSu 5.8.0 released
> Newsgroups: gmane.comp.python.announce
> To: [email protected]
> Date: Tue, 15 Mar 2022 07:00:34 -0400
> Reply-To: [email protected], [email protected]
>
>
> I am asked if I want to create a record for "[email protected]" and
> "[email protected]", and I hit "y" twice.
>
> Then I am offered to edit the "Notes: " twice and I hit "a RET", "b RET"
> and "c RET".
>
> Here is the `*BBDB*' buffer:

Thanks, I believe that by now I understand better what you want to
achieve.  However, I am not sure it makes sense to provide a (more or
less) hard-coded solution for your particular problem.

You are using the command `bbdb-mua-edit-field', which is one of the
"front ends" for the BBDB MUA machinery.  In the code, I had tried to
separate such high-level stuff from what needs to happen under the hood.
So `bbdb-mua-edit-field' has just twelve lines of code.  Can you set up
your own version of this command where you sort and filter the records
that you want to edit to match your taste / needs?