* mu4e: enable showing the message-id in the view (and even the headers)
This commit is contained in:
@ -187,6 +187,8 @@ messages - for example, `mu4e-org'."
|
||||
(mu4e~view-construct-header field (mu4e-display-size fieldval)))
|
||||
(:mailing-list
|
||||
(mu4e~view-construct-header field fieldval))
|
||||
(:message-id
|
||||
(mu4e~view-construct-header field fieldval))
|
||||
;; attachments
|
||||
(:attachments (mu4e~view-construct-attachments-header msg))
|
||||
;; pgp-signatures
|
||||
|
||||
Reference in New Issue
Block a user