mu/mu4e: use :mailing-list as the mailing-list property
In queries you can use list: as before This helps for issue #2246.
This commit is contained in:
@ -567,7 +567,7 @@ found."
|
||||
;; 'To', otherwise show From
|
||||
(:from-or-to (mu4e~headers-from-or-to msg))
|
||||
(:date (format-time-string mu4e-headers-date-format val))
|
||||
(:mailing-list (mu4e~headers-mailing-list (plist-get msg :list)))
|
||||
(:mailing-list (mu4e~headers-mailing-list val))
|
||||
(:human-date (propertize (mu4e~headers-human-date msg)
|
||||
'help-echo (format-time-string
|
||||
mu4e-headers-long-date-format
|
||||
|
||||
Reference in New Issue
Block a user