* mu4e: fix mu4e-message-field

This commit is contained in:
djcb 2012-10-20 13:06:49 +03:00
parent 1565cf5b85
commit ea0c9e536e
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ Thus, function will return nil for empty lists, non-existing body-txt or body-ht
(cond
(val
val) ;; non-nil -> just return it
((member field '(:from :to :cc :bcc :subject :message-id
:path :maildir :in-reply-to))
((member field '(:subject :message-id :path :maildir :in-reply-to))
"") ;; string fields except body-txt, body-html: nil -> ""
((member field '(:docid :size))
0) ;; numeric type: nil -> 0