>>> "EA" == Eric Abrahamsen writes: > Uwe Brauer writes: >> Hi >> >> I know that 'mail-header-from extract information from the from field, >> but is there something similar for the CC field. I cannot not find >> anything similar. > In general you can use `gnus-fetch-original-field' to get any header you > want, specified as a string. So; > (gnus-fetch-original-field "cc") Great that works as expected (I use this for org-capture) So For example Cc: user1 , user2 Extracts user1 , user2 Has to be expected. Would it be possible to extract Ccname user1 ccfrom user1@gmail.com Separately. The problem however might be if there, as in the above case more than one entry, seems difficult to obtain each name and each address separately, no? Uwe