Gnus development mailing list
 help / color / mirror / Atom feed
* mailto links' In-Reply-To
@ 2010-11-22  0:01 jidanni
  2010-11-22  9:30 ` Julien Danjou
  0 siblings, 1 reply; 5+ messages in thread
From: jidanni @ 2010-11-22  0:01 UTC (permalink / raw)
  To: ding

http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2010-November/008870.html
has a link:
mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re: Debian Mozilla team APT archive now signed&In-Reply-To=<20101120134819.GA6833@glandium.org>

Well I clicked it and gnus got the Subject right, but forgot to make the In-Reply-To.



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

* Re: mailto links' In-Reply-To
  2010-11-22  0:01 mailto links' In-Reply-To jidanni
@ 2010-11-22  9:30 ` Julien Danjou
  2010-11-26  2:10   ` [emacs-w3m:11425] " jidanni
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Danjou @ 2010-11-22  9:30 UTC (permalink / raw)
  To: jidanni; +Cc: ding

On Mon, Nov 22 2010, jidanni@jidanni.org wrote:

> http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2010-November/008870.html
> has a link:
> mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re: Debian Mozilla team APT archive now signed&In-Reply-To=<20101120134819.GA6833@glandium.org>
>
> Well I clicked it and gnus got the Subject right, but forgot to make the In-Reply-To.

This works fine here:

      (gnus-url-mailto "mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re: Debian Mozilla team APT archive now signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



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

* [emacs-w3m:11425] Re: mailto links' In-Reply-To
  2010-11-22  9:30 ` Julien Danjou
@ 2010-11-26  2:10   ` jidanni
  2010-11-26  2:20     ` [emacs-w3m:11426] " Lars Magne Ingebrigtsen
  2010-11-26  9:21     ` Julien Danjou
  0 siblings, 2 replies; 5+ messages in thread
From: jidanni @ 2010-11-26  2:10 UTC (permalink / raw)
  To: ding; +Cc: emacs-w3m

>>>>> "JD" == Julien Danjou <julien@danjou.info> writes:
JD> On Mon, Nov 22 2010, jidanni@jidanni.org wrote:

>> http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2010-November/008870.html
>> has a link:
>> mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re:
>> Debian Mozilla team APT archive now
>> signed&In-Reply-To=<20101120134819.GA6833@glandium.org>
>> 
>> Well I clicked it and gnus got the Subject right, but forgot to make the In-Reply-To.

JD> This works fine here:

JD>       (gnus-url-mailto
JD> "mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re:
JD> Debian Mozilla team APT archive now
JD> signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")

Well for me, RET (translated from <return>) runs the command w3m-view-this-url,
(according to my http://jidanni.org/comp/configuration/ ).

And w3m-view-this-url chopped of the In-Reply-To. So I will CC them.

By the way, running ^X^E on your

      (gnus-url-mailto
"mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re:
Debian Mozilla team APT archive now
signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")

makes
To: pkg-mozilla-maintainers@lists.alioth.debian.org
Subject: Re:

But more importantly,

      (gnus-url-mailto
"mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re: Debian Mozilla team APT archive now signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")

makes
in-reply-to: <20101120134819.GA6833@glandium.org>
To: pkg-mozilla-maintainers@lists.alioth.debian.org
Subject: Re: Debian Mozilla team APT archive now signed

Notice the lowercase in-reply-to.
gnus-version "Gnus v5.13".



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

* [emacs-w3m:11426] Re: mailto links' In-Reply-To
  2010-11-26  2:10   ` [emacs-w3m:11425] " jidanni
@ 2010-11-26  2:20     ` Lars Magne Ingebrigtsen
  2010-11-26  9:21     ` Julien Danjou
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-11-26  2:20 UTC (permalink / raw)
  To: emacs-w3m; +Cc: ding

jidanni@jidanni.org writes:

> By the way, running ^X^E on your
>
>       (gnus-url-mailto
> "mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re:
> Debian Mozilla team APT archive now
> signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")
>
> makes
> To: pkg-mozilla-maintainers@lists.alioth.debian.org
> Subject: Re:

I've now fixed this in No Gnus.

But I wonder whether we should just replace gnus-url-mailto with
browse-url-mail? 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: mailto links' In-Reply-To
  2010-11-26  2:10   ` [emacs-w3m:11425] " jidanni
  2010-11-26  2:20     ` [emacs-w3m:11426] " Lars Magne Ingebrigtsen
@ 2010-11-26  9:21     ` Julien Danjou
  1 sibling, 0 replies; 5+ messages in thread
From: Julien Danjou @ 2010-11-26  9:21 UTC (permalink / raw)
  To: jidanni; +Cc: ding, emacs-w3m

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

On Fri, Nov 26 2010, jidanni@jidanni.org wrote:

> By the way, running ^X^E on your
>
>       (gnus-url-mailto
> "mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re:
> Debian Mozilla team APT archive now
> signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")
>
> makes
> To: pkg-mozilla-maintainers@lists.alioth.debian.org
> Subject: Re:
>
> But more importantly,

I wonder if this is really a bug?

>       (gnus-url-mailto
> "mailto:pkg-mozilla-maintainers@lists.alioth.debian.org?Subject=Re: Debian Mozilla team APT archive now signed&In-Reply-To=<20101120134819.GA6833@glandium.org>")
>
> makes
> in-reply-to: <20101120134819.GA6833@glandium.org>
> To: pkg-mozilla-maintainers@lists.alioth.debian.org
> Subject: Re: Debian Mozilla team APT archive now signed
>
> Notice the lowercase in-reply-to.

I've fixed it in git a couple of days ago.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2010-11-26  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22  0:01 mailto links' In-Reply-To jidanni
2010-11-22  9:30 ` Julien Danjou
2010-11-26  2:10   ` [emacs-w3m:11425] " jidanni
2010-11-26  2:20     ` [emacs-w3m:11426] " Lars Magne Ingebrigtsen
2010-11-26  9:21     ` Julien Danjou

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).