problems with multipart/mixed

Matthias Guedemann matthias.guedemann at ovgu.de
Fri May 20 23:35:13 PDT 2011


Hi all,

I am using notmuch / emacs as my main mail client now for several months
and loosely follow master.

After an update yesterday I now have problems with some multipart/mixed
mails from mailing lists which are displayed for example as follows (I
could also provide the raw mail if needed):

----8<----------
Subject: [Haskell-cafe] Can't access map value with key.
To: "haskell-cafe at haskell.org" <haskell-cafe at haskell.org>                                                     
Date: Sat, 21 May 2011 04:04:31 +0200                                                           
                                                                                                               
[ multipart/mixed ]
[ text/html ]                                                                                        
_______________________________________________ Haskell-Cafe mailing
list Haskell-Cafe at haskell.org http://       
www.haskell.org/mailman/listinfo/haskell-cafe                                                            
                                                                                                                
[ ATT00001.c: text/plain ]                                                                                      
[ 4-line signature. Click/Enter to toggle visibility. ]
----8<----------

i.e. the html part is not displayed. I'd like to have it displayed
inline (using w3m), just as other html mails and just like it worked
before (at least I think it worked). I probably just missed a simple
configuration option.

My notmuch config in .emacs (and my message mode config) is at the end
of this mail. From the git logs I saw that there have been some changes
to multipart handling and new variables, but I could not really find a
solution.

Perhaps someone can point out where my current config is broken.

best regards
Matthias

;; f_r notmuch                                                                                                  
(require 'notmuch)                                                                                              
(setq message-send-mail-function 'smtpmail-send-it)                                                             
(setq smtpmail-smtp-server MYSMTP)                                                             
(setq smtpmail-smtp-service 25)                                                                                 
(setq user-mail-address MYMAIL)                                                           
(setq message-default-mail-headers "Cc: MYMAIL\nBcc: \n")                                   
(setq message-auto-save-directory "~/MailNoBackup/drafts")                                                      
(add-hook 'message-mode-hook '(lambda () (flyspell-mode t)))                                                    
(add-hook 'message-mode-hook '(lambda () (footnote-mode t)))

;; message-mode  stuff
(setq mm-text-html-renderer 'w3m)                                                                               
(setq mm-attachment-override-types '("image/.*"))                                                               
(setq w3m-display-inline-image t)                                                                              
(setq mm-inline-text-html-with-images "")                                                                      

;; gnus stuff 

...


More information about the notmuch mailing list