bbdb/gnus-summary-get-author() fails if no To/Cc/Newsgroup is present

2007-12-04 Thread Kousik Nandy
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

bbdb/gnus-summary-get-author() fails if no To/Cc/Newsgroup is present

2007-12-04 Thread Kousik Nandy
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