Gnus development mailing list
 help / color / mirror / Atom feed
* png mml: attachment as inline
@ 2012-04-10 13:30 Uwe Brauer
  2012-04-10 18:42 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2012-04-10 13:30 UTC (permalink / raw)
  To: ding

Hello

I would like to send png, as inline attachments 
not as attachment attachments.

I thought 

 (mml-content-disposition-alist
 '((text
   (rtf . "attachment")
   (t . "inline"))
   (image
   (png . "inline")))
)

would be the correct setting but it is not!
At least not for gnus-dired-attach.
What do I miss?

Thanks

Uwe Brauer 




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

* Re: png mml: attachment as inline
  2012-04-10 13:30 png mml: attachment as inline Uwe Brauer
@ 2012-04-10 18:42 ` Lars Magne Ingebrigtsen
  2012-04-10 19:47   ` Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2012-04-10 18:42 UTC (permalink / raw)
  To: Uwe Brauer; +Cc: ding

Uwe Brauer <oub@mat.ucm.es> writes:

> I would like to send png, as inline attachments 
> not as attachment attachments.

[...]

> At least not for gnus-dired-attach.

I don't think there's any way to specify the disposition when composing
messages automatically.  I think you probably have to edit the MML tags
to say "disposition=inline".

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: png mml: attachment as inline
  2012-04-10 18:42 ` Lars Magne Ingebrigtsen
@ 2012-04-10 19:47   ` Uwe Brauer
  0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2012-04-10 19:47 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: ding

>> On Tue, 10 Apr 2012 20:42:39 +0200, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

   > Uwe Brauer <oub@mat.ucm.es> writes:
   >> I would like to send png, as inline attachments 
   >> not as attachment attachments.

   > [...]

   >> At least not for gnus-dired-attach.

   > I don't think there's any way to specify the disposition when composing
   > messages automatically.  I think you probably have to edit the MML tags
   > to say "disposition=inline".

Well I did some more testing, save the function
gnus-dired-attach, the setting 


(mml-content-disposition-alist '((text
   (rtf . "attachment")
   (t . "inline"))
  (image
   (png . "inline")))
)

Uses inline for png attachments, for example in the
org-mime-htmlize function I mentioned.





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

end of thread, other threads:[~2012-04-10 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 13:30 png mml: attachment as inline Uwe Brauer
2012-04-10 18:42 ` Lars Magne Ingebrigtsen
2012-04-10 19:47   ` Uwe Brauer

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 NNTP newsgroup(s).