* mu4e: fix mu4e-message-field
This commit is contained in:
@ -104,8 +104,7 @@ Thus, function will return nil for empty lists, non-existing body-txt or body-ht
|
|||||||
(cond
|
(cond
|
||||||
(val
|
(val
|
||||||
val) ;; non-nil -> just return it
|
val) ;; non-nil -> just return it
|
||||||
((member field '(:from :to :cc :bcc :subject :message-id
|
((member field '(:subject :message-id :path :maildir :in-reply-to))
|
||||||
:path :maildir :in-reply-to))
|
|
||||||
"") ;; string fields except body-txt, body-html: nil -> ""
|
"") ;; string fields except body-txt, body-html: nil -> ""
|
||||||
((member field '(:docid :size))
|
((member field '(:docid :size))
|
||||||
0) ;; numeric type: nil -> 0
|
0) ;; numeric type: nil -> 0
|
||||||
|
|||||||
Reference in New Issue
Block a user