unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* problems with multipart/mixed
@ 2011-05-21  6:35 Matthias Guedemann
  2011-05-23 11:25 ` Dirk Hohndel
  0 siblings, 1 reply; 8+ messages in thread
From: Matthias Guedemann @ 2011-05-21  6:35 UTC (permalink / raw)
  To: notmuch


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@haskell.org" <haskell-cafe@haskell.org>                                                     
Date: Sat, 21 May 2011 04:04:31 +0200                                                           
                                                                                                               
[ multipart/mixed ]
[ text/html ]                                                                                        
_______________________________________________ Haskell-Cafe mailing
list Haskell-Cafe@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 

...

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-24 22:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-21  6:35 problems with multipart/mixed Matthias Guedemann
2011-05-23 11:25 ` Dirk Hohndel
2011-05-23 13:39   ` Matthias Guedemann
2011-05-23 21:38     ` Carl Worth
2011-05-24  2:46       ` Dirk Hohndel
2011-05-24 19:50         ` Carl Worth
2011-05-24 21:01           ` Dirk Hohndel
2011-05-24 22:06             ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).