How do I extract part of the actual message text into a BBDB field ?

1993-08-03 Thread Rod Whitby
I know how to extract the contents of a message header and put it into a particular notes field. I now wish to extract a pseudo-header (like the "Archive: ..." line in source postings) and put that in a notes field. My best guess at the moment is to create a munged copy of bbdb-auto-notes-hook

Re: Patch to bbdb-hooks.el to allow the use of pseudo-headers.

1993-08-03 Thread Jamie Zawinski
Rod Whitby wrote: The first part of the patch makes the bbdb-extract-field function stop at the start of the real message (i.e. past any pseudo-headers such as "Archive-name:") instead of at the formal start of the message. I think this is a bad idea. Lots of people forward messages such

Re: Patch to bbdb-hooks.el to allow the use of pseudo-headers.

1993-08-03 Thread Rod Whitby
I wrote: Rod The first part of the patch makes the bbdb-extract-field Rod function stop at the start of the real message (i.e. past any Rod pseudo-headers such as "Archive-name:") instead of at the Rod formal start of the message. Jamie writes: Jamie I think this is a bad