unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Matthias Guedemann <matthias.guedemann@ovgu.de>
To: notmuch@notmuchmail.org
Subject: problems with multipart/mixed
Date: Sat, 21 May 2011 08:35:13 +0200	[thread overview]
Message-ID: <878vu0ftni.fsf@pc44es141.cs.uni-magdeburg.de> (raw)


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 

...

             reply	other threads:[~2011-05-21  6:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-21  6:35 Matthias Guedemann [this message]
2011-05-23 11:25 ` problems with multipart/mixed 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vu0ftni.fsf@pc44es141.cs.uni-magdeburg.de \
    --to=matthias.guedemann@ovgu.de \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).