"Would you Like Whipped Cream on your desert"
This is a GREAT Plugin for Calibre!
I am trying to add 4 fields to be filled with this addon by duplicating your extract_isbn to extract_From,extract_eMail,extract_Subject and changing RE_ISBN = re.compile(u'\s*([0-9\-\.–*―—\^ ]{9,18}[0-9xX])', re.UNICODE) to RE_ISBN = re.compile(u'\s*([From:])', re.UNICODE) to RE_ISBN = re.compile(u'\s*([eMail:])', re.UNICODE) to RE_ISBN = re.compile(u'\s*([Subject:])', re.UNICODE)
Ect...
I am now having difficulties getting Calibre to Load the plug in
Are there any hints,help,direction,suggestions you can give me?
Thank You

