Hi,
I use %uB in my gnus summary line format which lands in
bbdb/gnus-summary-get-author(). This extracts the mail headers, and
generally shows "from" unless it is gnus-ignored-from-addresses, in
that case it shows To/Cc/newsgroup. To do so it calls mail-header(),
which depends on "headers". A rec
I use %uB in my gnus summary line format which lands in
bbdb/gnus-summary-get-author(). This extracts the mail headers, and
generally shows "from" unless it is gnus-ignored-from-addresses, in
that case it shows To/Cc/newsgroup. To do so it calls mail-header(),
which depends on "headers". A recent c