On August 18, [EMAIL PROTECTED] said:
> 
> Greetings -Currently I am entering data of the form below manually
> but is there a way to snarf this automatically?
> 
> For example -I receive emails with:
> 
> Joe Jones
> 121 Main Street
> Anytown, NY 10021
> 
> in the body.
> 

Have a look at the functions in bbdb-snarf.el.

> The Subject line also contains a name and a dollar amount
> 
> "...Joe Jones......$100.00...."
> 
> that I also need to enter into the notes field.
> 
> Can any of this be automated? bbdb-info says only phone records?

You can snarf anything you like with bbdb-auto-notes-alist, which is
pretty well documented. You want something like:

(("Subject" ("\\(\\$100\\.00\\)" "\\1")))

to catch the dollar amount; catching the name depends on what the
surrounding text is and you'd have to tune the regexp appropriately.

Waider.
-- 
Ronan Waide, Technology Consultant

StepStone, #102 Block 4, Harcourt Centre, Harcourt Rd, Dublin 2, Ireland
Tel: +353 (0)1 2944077  Fax: +353 (0)1 2944078  http://www.stepstone.ie/

_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to