* gnus-sum.el (gnus-ignored-from-addresses): Handle case where
user-mail-name is an empty string.
2005-10-23 Chong Yidong <cyd@stupidchicken.com>
- * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
- where gnus-ignored-from-address is an empty string.
+ * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
+ user-mail-name is an empty string.
2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
:type '(repeat symbol))
(defcustom gnus-ignored-from-addresses
- (and user-mail-address (regexp-quote user-mail-address))
+ (and user-mail-address
+ (not (string= user-mail-address ""))
+ (regexp-quote user-mail-address))
"*Regexp of From headers that may be suppressed in favor of To headers."
:version "21.1"
:group 'gnus-summary
gnus-newsgroup-ignored-charsets)))
(or
(and gnus-ignored-from-addresses
- (not (string= gnus-ignored-from-addresses ""))
(string-match gnus-ignored-from-addresses gnus-tmp-from)
(let ((extra-headers (mail-header-extra header))
to