Emanuel Berg <in...@dataswamp.org> writes: > >> However, how will you get the specific header data out of > >> the result? Don't know ... > > > > I think the header object is a struct of type `mail-header' > > ("nnheader.el"). > > But try to extract with `mail-header', it complains about the > data not being a list.
Did you try with the function `mail-header'? I meant the accessor functions for the struct: `mail-header-subject', `mail-header-from', etc. Michael.